Demystifying JavaScript Scopes: A Deep Dive into var, let, and const
Is JavaScript Interpreted or Compiled Language?
First Let us Understand, what is interpreted and what is Compiled Language?
Interpreted Language - the source code will be read and directly executed, line by line.
Compiled Language - the source file t...
vishnu-mouli.hashnode.dev7 min read