Apakah javascript secara longgar diketik

JavaScript is considered a "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 different types of data.
Sab Tech