Skip to content

Instantly share code, notes, and snippets.

@ma-9
Last active November 1, 2019 18:24
Show Gist options
  • Save ma-9/8bb9fa1c57aedf2b8fe963ad57ae6b48 to your computer and use it in GitHub Desktop.
Save ma-9/8bb9fa1c57aedf2b8fe963ad57ae6b48 to your computer and use it in GitHub Desktop.
JavaScript ES8 Features
// Exponentiation
Math.pow(2,3);
console.log(2 ** 3);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment