Tell us what’s happening:
Your code so far
var a = 5;
var b = 12;
var c = 4.6;
// Only modify code below this line
a *= a * 5;
b *= 3 * b;
c *= c * 10;
Your browser information:
Your Browser User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36
.
Link to the challenge:
https://www.freecodecamp.org/challenges/compound-assignment-with-augmented-multiplication