Initializing Variables with the Assignment Operator 2

Tell us what’s happening:

im new to this nad im not understanding how to do define

Your code so far

// Example
var ourVar = 19;

// Only change code below this line

Your browser information:

Your Browser User Agent is: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0.

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

Read the instructions touroughly :

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

so the technical awnser is

var a = 9; 

For every challange you got to accomplish what’s written in the instructions, good luck ! :slight_smile: