Skip to content

Instantly share code, notes, and snippets.

@ylv-io
Created January 28, 2019 16:24
Show Gist options
  • Save ylv-io/3d0b0e99f2142b068a061feaef917e91 to your computer and use it in GitHub Desktop.
Save ylv-io/3d0b0e99f2142b068a061feaef917e91 to your computer and use it in GitHub Desktop.
(function(){
var a = b = 3;
})();
console.log(typeof a);
console.log(typeof b);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment