Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save nitayneeman/b421f2d2ae3bf15a59843182fdbe740c to your computer and use it in GitHub Desktop.
Save nitayneeman/b421f2d2ae3bf15a59843182fdbe740c to your computer and use it in GitHub Desktop.
console.log(3n > '2'); // true
console.log(BigInt(3) <= 2); // false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment