Tell us what’s happening:
Your code so far
// Setup
var a=5;
var b =5;
// Only change code below this line
var a=7;
var b=7;
a = b;
Your browser information:
User Agent is: Mozilla/5.0 (Linux; Android 7.0; Redmi Note 4 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36
.
Link to the challenge:
https://learn.freecodecamp.org/javascript-algorithms-and-data-structures/basic-javascript/storing-values-with-the-assignment-operator/