Skip to content

Instantly share code, notes, and snippets.

@Hydrock
Created June 11, 2018 08:27
Show Gist options
  • Save Hydrock/f0a303c5214c6359dfe99ca2af93a407 to your computer and use it in GitHub Desktop.
Save Hydrock/f0a303c5214c6359dfe99ca2af93a407 to your computer and use it in GitHub Desktop.
(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