Function scope and Block scope in JavaScript | Basics
Function scope and Block scope concepts are used with variable acceptability and availability. Function Scope variable is declared inside a function, it is only accessible… Read More »Function scope and Block scope in JavaScript | Basics