Hi everybody,
I’m having problem with this challenge.
var a = 5; var b = 12; var c = 4.6;
// Only modify code below this line
a *= 25; b *= 36; c *= 46;
That is what I’ve come up with, which also seems to be what requested by the challenge, but maybe I’m wrong.
Plus, on the left side there as black panel that says" testing the challenge" and keeps multiplying the numbers.
Am I doing something wrong or there is an issue with the challenge?
Any help will be appreciated.