Skip to content

Instantly share code, notes, and snippets.

@tom76kimo
Last active November 20, 2018 07:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tom76kimo/554b7eedd335ebbedf2dede8ade16f6e to your computer and use it in GitHub Desktop.
Save tom76kimo/554b7eedd335ebbedf2dede8ade16f6e to your computer and use it in GitHub Desktop.
JS Fundamental
  • Explain event delegation
  • Explain how this works in JavaScript
  • What is a closure, and how/why would you use one?
  • Explain the difference between synchronous and asynchronous functions
  • Explain Function.prototype.bind.
  • Explain Ajax in as much detail as possible.
  • Explain "hoisting".
  • Describe event bubbling.
  • Describe event capturing.
  • What are the differences between variables created using let, var or const?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment