MCQ
Which keyword is used to declare a constant in JavaScript?
Explanation
const is used to declare a constant (read-only) variable.
const is used to declare a constant (read-only) variable.