Skip to content

Instantly share code, notes, and snippets.

@koalicioous
Created September 20, 2021 06:48
Show Gist options
  • Save koalicioous/38ff49ed596c1c11e277d594d047786c to your computer and use it in GitHub Desktop.
Save koalicioous/38ff49ed596c1c11e277d594d047786c to your computer and use it in GitHub Desktop.
let stringVariable = 'a string variable';
stringVariable = 1992;
//type number is not assignable to type 'string'.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment