R

Ram Sharma • 193.84K Points
Coach

Q. Which is the correct syntax to declare a constant in JavaScript?

  • (A) const constant_name;
  • (B) constant_name const;
  • (C) constant_name const = value;
  • (D) const constant_name = value;

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.