Storing Values with the Assignment Operator assigning a to be

Tell us what’s happening:

Your code so far


// Setup
var a;
var b = 2;

// Only change code below this line
a=7;
b=7;


Your browser information:

User Agent is: Mozilla/5.0 (X11; CrOS x86_64 11151.59.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.94 Safari/537.36.

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

Hi @Marla,

Refer this link: Storing Values with the Assignment Operator Help! A should be assigned to B

Thank you! This was very helpful.

plz tell me the solution

if you need help with the challenge open your own thread so people will be able to help you based on your own code