InterviewSolution
Saved Bookmarks
| 1. |
Does Javascript Have The Concept Level Scope? |
|
Answer» 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. 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. |
|