Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

is javascript loosely typed

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.
 
PREVIOUS NEXT
Tagged: #javascript #loosely #typed
ADD COMMENT
Topic
Name
6+6 =