One of the nice things about Javascript the language


One of the nice things about Javascript the language is that it is relatively untyped when compared with strongly typed languages like Ada or Pascal.
In JavaScript the same function can return a boolean or a string or a number with impunity.