Skip to content

Instantly share code, notes, and snippets.

@albizures
Last active December 2, 2015 21:48
Show Gist options
  • Save albizures/1a3b54e23d3059b93d71 to your computer and use it in GitHub Desktop.
Save albizures/1a3b54e23d3059b93d71 to your computer and use it in GitHub Desktop.
const
(function (){
'use strict';
const foo = "foo";
foo = 1;
console.log(foo);
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment