0

Javascript Division/Multiplication

Can anyone help explain why the division and multiplication functions wont work. This is my first time messing around with js arithmetic but surely im just missing something obvious. https://code.sololearn.com/W1Pv8CTd79y8/?ref=app

9th May 2017, 6:10 PM
Dalton
Dalton - avatar
3 Answers
+ 4
<button id="divbtn" onclick="div">Division </button> you are not calling the functions add () to div and mul
9th May 2017, 6:14 PM
Burey
Burey - avatar
+ 3
ahhh.....always the last place you look.....
9th May 2017, 6:18 PM
Burey
Burey - avatar
+ 1
THANK YOU! @ Burey, i knew it was something simple i missed.
9th May 2017, 6:16 PM
Dalton
Dalton - avatar