Does javaScript have the concept level scope?
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.
Post Answer
Preview: