Before moving further to learn about Scope. First let's write a simple code. function print() { console.log("hello"); } print(); As we know the above code gives us an output of hello. But instead of writing this if we write like this function pri...
webdeveloper2212.hashnode.dev5 min read
Deepti Dubey
I am frontend developer
Nice explanation