2. Syntax
Javascript's syntax is in the same vein as that of C, but with a few peculiarities.
2.1 Instruction
Unlike C, the semicolon marking the end of an instruction is optional: the end of a line can therefore mean the end of an instruction. Any instruction written on more than one line (figure 1 a) can therefore be misunderstood (figure 1 a) and can be interpreted by explicitly marking instruction ends with semicolons, as shown in figure
Exclusive to subscribers. 97% yet to be discovered!
Already subscribed? Log in!
Syntax
Article included in this offer
"Traceability"
(
56 articles
)
Updated and enriched with articles validated by our scientific committees
A set of exclusive tools to complement the resources
Bibliography
- (1) - SELF UNGAR (D.), SMITH (R.B.) - Self : The Power of Simplicity. - OOPSLA '87 Conference Proceedings, pp. 227-241, Orlando, FL, October 1987
Standards
- ECMAScript® 2016 language specification - ECMA-262 - 2016
- IEEE Standard for the Scheme Programming Language...
Exclusive to subscribers. 97% yet to be discovered!
Already subscribed? Log in!