Is the code like this?
// Setup
var a;
var b = 2;
// Only change code below this line
a = 7;
b = 7;
a = b;
Is the code like this?
// Setup
var a;
var b = 2;
// Only change code below this line
a = 7;
b = 7;
a = b;
A post was merged into an existing topic: Asking for Storing Values with the Assignment Operator