4. Instructions
The instructions available to Javascript are fairly standard. Instructions include operations and control structures.
4.1 Operators
Generally speaking, Javascript uses the classic operators of C or Java. Here are just a few of them:
+ – * / % ++ -- // arithmetic
< <= == != === !== >= > // comparison
! && || // Booleans
~ << >> >> & | // bit strings
Beware of addition which, as in Java, when one of its operands is...
Exclusive to subscribers. 97% yet to be discovered!
Already subscribed? Log in!
Instructions
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!