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