Skip to content

Instantly share code, notes, and snippets.

@kjk
Last active November 9, 2019 01:18
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 kjk/b799fa158a5904956d375654065b2a14 to your computer and use it in GitHub Desktop.
Save kjk/b799fa158a5904956d375654065b2a14 to your computer and use it in GitHub Desktop.
let v;
console.log(v);
v = 5;
console.log(v);
v = "str";
console.log(v);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment