Skip to content

Instantly share code, notes, and snippets.

@debugmodedotnet
Created April 18, 2019 09:10
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 debugmodedotnet/fbd2da8d8c09b6e285af2c1ffa01299b to your computer and use it in GitHub Desktop.
Save debugmodedotnet/fbd2da8d8c09b6e285af2c1ffa01299b to your computer and use it in GitHub Desktop.
var koo;
console.log(koo); // undefiend
console.log(typeof (koo)); // undefined
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment