JavaScript scopes
I started my programming career with C, C++/VC++, and then Java. All are known as C family languages and they all share block-level scope when it comes to variables and function declarations. In other words, each block, typically represented by { and...
ashishdasnurkar.com2 min read