let a = 3;
let b = 17;
let c = 12;
// Only change code below this line
a += 15;
b += 26;
c += 19;
Screenshots have been included, but apparently this is wrong. I don’t understand how the console is instructing me to do what is already written, and the left checkmark’s and x’s suggest the same, which it already is (it think?) Is there something i’m not understanding?