Q. Which keyword is used to define a constant in JavaScript?
β
Correct Answer: (A)
const
Explanation: const is used to define constants in JavaScript.