Skip to content

Instantly share code, notes, and snippets.

View Kumari08's full-sized avatar
🎯
Focusing

Kumari Neha Kumari08

🎯
Focusing
View GitHub Profile
@Kumari08
Kumari08 / namaste_javascript_notes.md
Created June 22, 2022 07:25 — forked from YourAKShaw/namaste_javascript_notes.md
Namaste 🙏 JavaScript is a YouTube playlist by Akshay Saini. These are the notes I've made when I was learning JavaScript from Scratch using the playlist.

How JavaScript Works?

Is JavaScript:

  • Synchronous or Asynchronous?
  • Single-threaded or Multi-threaded?
  • Everything in JavaScript happens inside an Execution Context
    • You can assume this execution context to be a big box or a container in which the whole JavaScript code is executed.
  • This big box has two components in it: