Does JavaScript have the concept level scope?

Submitted by: Administrator
No. Javascript does not have block level scope, all the variables declared inside a function possess the same level of scope unlike c, c++, java.
Submitted by: Administrator

Read Online JavaScript Job Interview Questions And Answers