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