JavaScript coding challenge

Declaring variables

āœØ Your Task

Declare a variable named message with a value of Hello World!.

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

Want to try another challenge?