Skip to content

Instantly share code, notes, and snippets.

@christiannwamba
Created May 29, 2018 00:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save christiannwamba/6dd3ae830ff584c395a447a3cf381e4e to your computer and use it in GitHub Desktop.
Save christiannwamba/6dd3ae830ff584c395a447a3cf381e4e to your computer and use it in GitHub Desktop.
let hexadecimal: number = 0xf00d;
let decimal: number = 23.34;
let binary: number = 0b1010;
let octal: number = 0o744;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment