DEV Community

skptricks
skptricks

Posted on

Function scopes and block scopes in JavaScript

Post Link : Function scopes and block scopes in JavaScript

In this tutorial we are going to discuss what is Function scopes and block scopes in JavaScript. In javascript Block scopes are different from function scopes and lets see the below example, then you will get more understanding on this.

Function scopes and block scopes in JavaScript

Top comments (0)