Monday 2 September 2013

Lexical Structure of Javascript

Lexical structure of javascript is the lowest-level( Very basic ) syntax in which the programs is written. The character set of javascript programs is the UNICODE which is the superset of LATIN-1 & ASCII. Lexical structure tells what happen when we add extra spaces in our programs, syntax of comments, reserved words and case sensitivity it is the basic level syntax for writing javascript code.