Skip to main content

Practice Questions


  • Implement event loop
  • setTimeout is not guranteed to be called after specified duration. Write a code for a reliable timer which will accuractely run after 'n' seconds always.
  • Implement Event Emitter