Skip to content

A curated list of javascript question that are basic to the language

License

Notifications You must be signed in to change notification settings

vyasriday/javascript-questions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Fundamental JavaScript

  • Is JavaScript Compiled or Interpreted?
  • Is JavaScript Synchronous or Asynchronous in Nature?
  • What makes JavaScript Asynchronous in Nature? (Hint: Event Loop, Web APIs)
  • JavaScript Runtime and JavaScript Engine. (web browser and v8 or chakra etc)
  • Under the hood of JavaScript Engine (memory heap and stack in v8)
  • Garbage Collector in JavaScript
  • Memory Leaks in JavaScript (event listeners, setInterval and global variables etc)

About

A curated list of javascript question that are basic to the language

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published