Skip to content

Instantly share code, notes, and snippets.

@prashaantt
Created December 2, 2016 09:38
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 prashaantt/fb38a5d760d15cb843e27b3f45c69ac9 to your computer and use it in GitHub Desktop.
Save prashaantt/fb38a5d760d15cb843e27b3f45c69ac9 to your computer and use it in GitHub Desktop.
let s: string;
s = "some string";
s = null;
s = undefined;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment