• What’s the difference between window.onload and domcontentloaded
  • Why would you chose let over var, const over let
  • Why use for in over foreach over for of, what’s the difference between them
  • About javascript prototype
  • This scope
  • What is the difference between an arrow function and a regular function
  • Method overriding vs shadowing