Q. Which is the correct syntax to declare a constant in JavaScript?
β
Correct Answer: (D)
const constant_name = value;
You must be Logged in to update hint/solution