Tell us what’s happening:
apparently I forgot how to do math. or I am not understanding it.
when I multiply 12 * 0.6 = 7.2 * 5 = 36
Your code so far
var a = 5;
var b = 12;
var c = 4.6;
// Only modify code below this line
a *= a * 1;
b *= 0.6 * b;
c *= c * 2.18;
Your browser information:
Your Browser User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0
.
Link to the challenge: