Back to all posts

JS interview question


Set Time Out Zero

  • Event loop
  • Promise.resolve()

Placement of JS Script

  • Defer and Async

Let Const Var in JavaScript

  • Use of these with example
  • block Scoping

Question around This`

Questions on Functional Programming

  • Pure function
  • Polyfill
  • Map
  • Curring
  • Compose

Question Around Framework

  • Which one among React, Vue, Anguler and why?
  • Next VS React
  • SSR, SSG and SPA
  • Virtual DOM

Prototypical inheritance

  • Multilevel inheritance

Promises Async Await Etc

  • State Management

Debounce Vs Throttle