Created
November 26, 2018 09:06
-
-
Save ragmha/74c3e6df9e12c09293ede070205fa85e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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