Skip to content

Instantly share code, notes, and snippets.

@saadh393
Created May 5, 2021 14:17
Show Gist options
  • Save saadh393/4198bc7a60252e96caf8afaeba3121f6 to your computer and use it in GitHub Desktop.
Save saadh393/4198bc7a60252e96caf8afaeba3121f6 to your computer and use it in GitHub Desktop.
// Number
typeof(100) // output : "number"
// BigInt
typeof(100n) // output : "bigint"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment