Skip to content

Instantly share code, notes, and snippets.

@rtanubra
Created February 17, 2019 14:43
Show Gist options
  • Save rtanubra/addfe592c0bd65d1474b8f5c1e6a713f to your computer and use it in GitHub Desktop.
Save rtanubra/addfe592c0bd65d1474b8f5c1e6a713f to your computer and use it in GitHub Desktop.
Module 4, Checkpoint 10: Variable Scope
What is scope? Your explanation should include the idea of global vs. block scope.
Why are global variables avoided?
Explain JavaScript's strict mode
What are side effects, and what is a pure function?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment