Tell us what’s happening:
im not understanding where to put everything
Your code so far
var a = 3;
var b = 17;
var c = 12;
// Only modify code below this line
a = a + 12;
b = 9 + b;
c = c + 7;
Your browser information:
Your Browser User Agent is: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:41.0) Gecko/20100101 Firefox/41.0
.
Link to the challenge:
https://www.freecodecamp.org/challenges/compound-assignment-with-augmented-addition
What have you tried? What tests are failing? What is working differently than you expect it to?
Convert the assignments for a, b, and c to use the += operator.
It doesn’t look like you’ve used the +=
at all.
thats the pointe i dont know where to put it
What have you tried? What do the instructions tell you about the +=
operator? Does it provide an example?
no
it does not shoe an example
everything tbh im only 11
thx i finally figured thanks for pushing me