Initializing Variables with the Assignment Operator

Tell us what’s happening:

Your code so far

// Example
var ourVar = 19;

// Only change code below this line

var myVar = 0;```
**Your browser information:**

Your Browser User Agent is: ```Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36```.

**Link to the challenge:**
https://www.freecodecamp.org/challenges/initializing-variables-with-the-assignment-operator

var myVar = 0; was just an example you are supposed to create a variable a as per the instructions.

Define a variable a with var and initialize it to a value of 9.