There seems to be an error with this exercise

Tell us what’s happening:

I am asked to assign a to b with = , I have done this and i get an error
I have done
a = b
a = b;
var a = var b;
am i missing something

Your code so far
// Setup
var a;
var b = 2;

// Only change code below this line
a = 7;
b = 7;

a = b;



Your browser information:

User Agent is: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:71.0) Gecko/20100101 Firefox/71.0.

Challenge: Compound Assignment With Augmented Multiplication

Link to the challenge:

your question doesn’t correspond with the challenge you posted

could you clarify about what you need help with and if it is about a different challenge then the one linked could you also include that link?

also, please, format your code properly so that it is easier to read

When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

See this post to find the backtick on your keyboard. The “preformatted text” tool in the editor (</>) will also add backticks around text.

Note: Backticks are not single quotes.