Home »
MCQs »
ReactJS MCQs
In ES6 – var has a function scope, not a block scope?
27. In ES6 – var has a function scope, not a block scope?
- True
- False
Answer: A) True
Explanation:
In ES6 – The statement "var has a function scope, not a block scope." is True.