5.3 Elements of JavaScript
Though JavaScript is a free flow language, it is vital to know the basic framework of the language. These fundamental elements of the language are similar to that of any other language. But for the sake of completeness, this section deals with variables, datatypes, operators, expressions and statements. 5.3.1 Data types: JavaScript supports Numeric, Boolean
more..