Last active
November 1, 2019 18:24
-
-
Save ma-9/8bb9fa1c57aedf2b8fe963ad57ae6b48 to your computer and use it in GitHub Desktop.
JavaScript ES8 Features
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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