// Setup
var a=7;
var myVar= 5;
// Only change code below this line
var myVar=a;
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36
Challenge: Storing Values with the Assignment Operator
Link to the challenge: