Exercise v1.3

Exercise:

Create a variable called number, assign the value 50 to it, and display it.

Hint: Use the var keyword to create a variable.

Edit This Code:
Result:
Correct Code:
Correct Result:
Exercise - © w3schools.com