Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
Does JavaScript have the concept level scope?
Does JavaScript have the concept level scope?
✍: Guest
No. JavaScript does not have block level scope, all the variables declared inside a function possess the same level of scope unlike c, c++, and java.
2008-12-02, 4573👍, 0💬
Popular Posts:
What will be printed as the result of the operation below: main() { int a=0; if (a==0) printf("Cisco...
How do you target a specific frame from a hyperlink? Include the name of the frame in the target att...
What is a measure in OLAP ? Measures are the key performance indicator that you want to evaluate. To...
How can I use tables to structure forms Small forms are sometimes placed within a TD element within ...
Can you prevent a class from overriding ? If you define a class as “Sealed” in C# and “NotInheritab...