Skip to content

Instantly share code, notes, and snippets.

@briandeheus
Created August 4, 2020 01:56
Show Gist options
  • Save briandeheus/48a126c6c9501b7eab2debfc63d39e6a to your computer and use it in GitHub Desktop.
Save briandeheus/48a126c6c9501b7eab2debfc63d39e6a to your computer and use it in GitHub Desktop.
!function () {
console.log("foo");
}();
(function() {
console.log("foo");
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment