Fork this repo, clone your fork, then open fns-scopes.js and complete all the activities then open closures.js and complete all of those activities.
- COMMIT AND PUSH YOUR CODE OFTEN!
- understand how the web works
- front-end vs back-end
- the web app landscape
- understand JavaScript vs jQuery
- understand what the DOM is
- understand conditional statements and how they’re used
- understand functions
- invocation vs definition
- parameters vs arguments
- global and local scope
- anonymous functions
- return values and how to save the returned value to another variable
- be able to define what a closure is
- be able to identify when a closure is being used