#scopeinjavascript
Read more stories on Hashnode
Articles with this tag
Before moving further to learn about Scope. First let's write a simple code. function print() { console.log("hello"); } print(); As we know the...