Skip to content

Instantly share code, notes, and snippets.

@prashaantt
Created December 2, 2016 09:38
Show Gist options
  • Select an option

  • Save prashaantt/fb38a5d760d15cb843e27b3f45c69ac9 to your computer and use it in GitHub Desktop.

Select an option

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