Skip to content

Instantly share code, notes, and snippets.

@cyrilletuzi
Created January 29, 2017 09:06
Show Gist options
  • Save cyrilletuzi/7b000d1eae473efb76cc8217d3e3ca94 to your computer and use it in GitHub Desktop.
Save cyrilletuzi/7b000d1eae473efb76cc8217d3e3ca94 to your computer and use it in GitHub Desktop.
let books: string[] = [`Book 1`, `Book 2`];
let list: string[] = ['a', 'b', 10]; // Error
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment