JavaScript coding challenge

Defining constants

āœØ Your Task

Define a constant named MESSAGE having a value Hello.

āœļø JavaScript
šŸ‘‰ Press "Run" and check the result below.
Test cases
Variable MESSAGE should have a value Hello
Variable MESSAGE should be a constant

Want to try another challenge?