Tell us what’s happening:
Describe your issue in detail here.
Your code so far
Show Joe;
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.51 Safari/537.36
Challenge: Declare JavaScript Variables
Link to the challenge:
Hello @dr.salwaothman
The var
keyword in JavaScript is used to declare a variable. It is used as illustrated in the example provided:
**var variableName;**
You are required to declare a variable using the **var**
keyword. Please look at the provided example. You are required to do exactly as the example provided in the instructions