InterviewSolution
Saved Bookmarks
| 1. |
What kind of scoping does JavaScript use?(a) Literal(b) Lexical(c) Segmental(d) SequentialI had been asked this question in quiz.I'd like to ask this question from Closures in section Lexical Structures of JavaScript |
|
Answer» The correct CHOICE is (B) LEXICAL |
|