Tell us what’s happening:
Describe your issue in detail here.
Hi Guys,
I am at the very beginning of my coding journey and I am struggling to get past one of the first lessons, can someone assist me in telling me what I am doing wrong, as you can see that is my input code on the right hand side
Thankyou
Your code so far
// Setup
var a;
a = 7;
var b;
// Only change code below this line
var a;
a = 7;
var b;
b = 7
var a = var b;
Your browser information:
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36
Challenge Information:
Basic JavaScript - Assigning the Value of One Variable to Another