Skip to content

Instantly share code, notes, and snippets.

@jsoneaday
Created February 8, 2020 20:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jsoneaday/70c94f1a4f5d55c8a09f68d2b2b4ef08 to your computer and use it in GitHub Desktop.
Save jsoneaday/70c94f1a4f5d55c8a09f68d2b2b4ef08 to your computer and use it in GitHub Desktop.
let val: unknown = 22;
val = "hello";
val = new Array();
val.myNonExistantFunction();
console.log(val);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment