I can't solve the equation

Tell us what’s happening:
Describe your issue in detail here.

Your code so far


// Setup
var a;
ab= 7;
var myNum
a=b; //

Your browser information:

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

Challenge: Assigning the Value of One Variable to Another

Link to the challenge:

Hi @62808412 !

Welcome to the forum!

I would reset the lesson.

This is the starting code.

// Setup
var a;
a = 7;
var b;

// Only change code below this line

You are not supposed to change code here
Leave this alone.

var a;
a = 7;
var b;

Only write your code below this comment line.
// Only change code below this line

Assign the contents of a to variable b .

If we can’t change it, can we add to it? Codes are simple enough to follow, sure, but I feel like we need to have some semblance of customization so scripts can be more flexible.