Home »
MCQs »
JavaScript MCQs
The const keyword is used to define a ______
22. The const keyword is used to define a ______.
- Function scopes variable
- Block scoped variable
- Constant
- Constant with no initial value
Answer: C) Constant
Explanation:
The const keyword is used to define a constant.