Created
June 11, 2018 08:27
-
-
Save Hydrock/f0a303c5214c6359dfe99ca2af93a407 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
(7 + 6 - 5) * 4 ** 3 / 2 % 3; | |
// → 1 | |
(7n + 6n - 5n) * 4n ** 3n / 2n % 3n; | |
// → 1n |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment