4. Instructions
The instructions available to JavaScript are fairly standard. Instructions include operations and control structures.
4.1 Operators
In general, JavaScript uses the same classic operators as C or Java. Here are a few of them:
– / % ++ -- // arithmetic
< <= == != === !== >= > // comparison
! && || // Booleans
~ << >> >> & | // bit strings
Be careful with addition, which, as in Java, concatenates rather than...
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...
Exclusive to subscribers. 97% yet to be discovered!
Already subscribed? Log in!