Tell us what’s happening:
Describe your issue in detail here.
Your code so far
// Setup
var a;
a = 7;
var b;
// Only change code below this line
var abc
abc = b
b = 7
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.82 Safari/537.36
Challenge: Assigning the Value of One Variable to Another
Link to the challenge:
HI @toshirodeclaro02 !
Welcome to the forum!
I would reset the lesson.
Your answer needs to be just one line of code.
Not three.
This is incorrect.
Your task is to assign a to b.
If need extra help take a look at the sample again.
myNum = myVar;
You see how they are assigning myVar
to myNum
You need to do the same thing, but assign a to b.
Hope that helps!
system
Closed
#3
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.