Well, javascript is not a strongly typed language,...
# suitescript
j
Well, javascript is not a strongly typed language, so you can never be sure that what you are going to get from variable is always going to be a number, etc. smart to just check and make sure before you pass it into something that requires specific data types OR make sure you are properly transforming.