Assignment Operator

Tell us what’s happening:

Your code so far


// Setup
var a = 7;
var b = a; //The variable 'a' is equal to 7





// Only change code below this line

Your browser information:

User Agent is: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:67.0) Gecko/20100101 Firefox/67.0.

Link to the challenge:
https://learn.freecodecamp.org/javascript-algorithms-and-data-structures/basic-javascript/storing-values-with-the-assignment-operator/

You need to respect directions for tests to pass, even if you do what the challenge asks from you

yup, sorry for not being careful

thank you, you are so kind