JavaScript syntax: Difference between revisions

Content deleted Content added
Dkohen (talk | contribs)
m Scoping and hoisting: Correction to previous edit
Add exponentiation binary arithmetic operator. Introduced in ES 2016
Line 804:
|-
| align="center" | <tt>%</tt> || modulo (returns the remainder)
|-
| align="center" | <tt>**</tt> || exponentiation
|}