Tell us what’s happening:
Describe your issue in detail here.
Your code so far
let a = 3;
let b = 17;
let c = 12;
// Only change code below this line
a += 15;
b += 26;
c += 19;
Your browser information:
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36
Challenge: Compound Assignment With Augmented Addition
Link to the challenge: