JavaScript is considereda “weakly typed” or “untyped” language. ... For programmers coming from C++ or Java, two strongly typed languages, this means that JavaScript will figure out what type of data you have and make the necessary adjustments so that you don't have to redefine your dif...