Skip to content

Instantly share code, notes, and snippets.

@ragmha
Created November 26, 2018 09:06
Show Gist options
  • Save ragmha/74c3e6df9e12c09293ede070205fa85e to your computer and use it in GitHub Desktop.
Save ragmha/74c3e6df9e12c09293ede070205fa85e to your computer and use it in GitHub Desktop.
let sizes: number[];
sizes = [1, 2, 3];
let toppings: Array<string>;
toppings = ["pepperoni", "tomato", "baby"];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment