+ 1
Help with JavaScript
Why won't the price print out https://code.sololearn.com/W8tHQtj5m657/?ref=app
2 Answers
+ 1
It should be price*=2 and price/=2.
price*2 and price/2 are just math expressions that don't change your price variable.
+ 1
I remember learning that now. Thanks



