You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The double asterisk operator (**) is Javascript is a recent operator for powers (for example 2**3 becomes 8). It would be nice to know which browsers support it.
The text was updated successfully, but these errors were encountered:
The double asterisk operator (
**
) is Javascript is a recent operator for powers (for example2**3
becomes8
). It would be nice to know which browsers support it.The text was updated successfully, but these errors were encountered: