For help with markdown syntax Go here
- The difference between forEach and map is that forEach runs a function once for each item in the array. While map calls a cb function once for each element and constructs a new array with the results.
- Strings, Booleans, Number, Objects, Arrays. Arrays have a several built in methods.
- An inner function that has access to the outer functions variables.
- Global- window/context outside of any function, new - creates an instance of the user-defined object , Implicit, Explicit