ga-wdi-exercises / wdi22-javascript-cheatsheets

3 stars 11 forks source link

Added first section to scope #12

Closed petey284 closed 6 years ago

petey284 commented 6 years ago

Added first section to Scope Markdown. I think there are some important concerns regarding scope, e.g. not using var,let or const within a function will automatically expose that variable to the global scope. I plan on adding that in future pull requests.

superbuggy commented 6 years ago

I didn't know about those either, super cool!

petey284 commented 6 years ago

Yes, it should be good now.