Skip to content

Instantly share code, notes, and snippets.

@brianleroux
Last active March 3, 2017 12:23
Show Gist options
  • Save brianleroux/d62f4f3e11fc62acf958d20fa36969a2 to your computer and use it in GitHub Desktop.
Save brianleroux/d62f4f3e11fc62acf958d20fa36969a2 to your computer and use it in GitHub Desktop.
Essential JS
  1. break
  2. catch
  3. delete
  4. else
  5. for
  6. function
  7. if
  8. return
  9. throw
  10. try
  11. typeof
  12. var

rarely needed and/or negative tradeoffs

  • class
  • const
  • continue
  • case
  • switch
  • debugger
  • default
  • void
  • while
  • do
  • finally
  • export
  • extends
  • import
  • in
  • instanceof
  • new
  • super
  • this
  • with
  • yield
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment