Expert Developer JavaScript Question:
Whether JavaScript has concept level scope?
Answer:
No. JavaScript does not have concept level scope. The variable declared inside the function has scope inside the function.
Previous Question | Next Question |
What is the data type of variables in JavaScript? | How generic objects can be created? |