Forum Discussion
JackCalderone-3
4 months agoCommunity Member
Doing a 'parseInt()' was going to be my workaround for the time being, but was interested in finding the reason behind the switch. The projects we are working on require us to pass variables back and forth constantly and it numbers worked inside most javascript functions.
It became much more obvious any time addition was involved. Statements like:
var myNumber = (a + b + c);