Exercise:Create a variable called carName, assign the value "Volvo" to it, and display it. Hint: Use the var keyword to create a variable. |
Edit This Code:
Result:
|
Correct Code:
Correct Result:
|