Skip to content

Instantly share code, notes, and snippets.

@amysimmons
Created August 16, 2017 07:28
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 amysimmons/50f502a29a04180f10307eec4bca033b to your computer and use it in GitHub Desktop.
Save amysimmons/50f502a29a04180f10307eec4bca033b to your computer and use it in GitHub Desktop.
(function() {
  console.log('hi')
})();
(function() {
  console.log('hey')
}());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment