Tell us what’s happening:
What is the difference between “Storing Values with the Assignment Operator” and “Initializing Variables with the Assignment Operator”?
What is the difference between assignment and initialization? and what is initial value?
Your code so far
// Example
var ourVar = 19;
// Only change code below this line
var a = 9;
Your browser information:
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.75 Safari/537.36
.
Link to the challenge:
https://learn.freecodecamp.org/javascript-algorithms-and-data-structures/basic-javascript/initializing-variables-with-the-assignment-operator