Skip to content

Instantly share code, notes, and snippets.

@bluebycode
Last active September 6, 2019 13:24
Show Gist options
  • Select an option

  • Save bluebycode/f63f9bd12467a2da29a1916a34d67bce to your computer and use it in GitHub Desktop.

Select an option

Save bluebycode/f63f9bd12467a2da29a1916a34d67bce to your computer and use it in GitHub Desktop.
dom.js
console.log("bingo1")
(function(dom){
console.log("bingo2", dom);
})(window.document);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment