Skip to content

Instantly share code, notes, and snippets.

@Joe1220
Created September 13, 2018 09:32
Show Gist options
  • Select an option

  • Save Joe1220/0e66da8bcd9db1e4686e7e2ab740d5c8 to your computer and use it in GitHub Desktop.

Select an option

Save Joe1220/0e66da8bcd9db1e4686e7e2ab740d5c8 to your computer and use it in GitHub Desktop.
let tuple: [string, number, boolean] = ['joe', 100, true];
tuple.push("hello");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment