#beginners
Read more stories on Hashnode
Articles with this tag
Prerequisites Understand what an execution context is and its phases. Understand how to determine the scope of a variable in...
The scope of a variable is a region of our code that can access the variable. There are three scopes in JavaScript: global scope, function scope, and...
Revisiting the JavaScript Engine In the previous article, we had a peek inside the JavaScript engine. We learned from the article that all JavaScript...
And How a "Toy" Language Became Popular ยท Dear JavaScript community, I have a confession to make. I once called JavaScript a toy language. I know, I...