Does javascript have the concept level scope?
By admin on Feb 26, 2007 in Javascript Interview Questions
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.
Java Interview Questions | IT interview questions | Software Testing Interview questions | .Net Interview Questions | Job Interview Questions & Answers | Tough Interview Questions | Technology Interview Questions | Tech Interview Questions | Testing Interview Questions | SAP Interview Questions | ABAP Interview Questions | Data Warehousing Interview Questions
Current ArticleBy admin on Feb 26, 2007 in Javascript Interview Questions
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.