Skip to content

Instantly share code, notes, and snippets.

@nickrobinson
Last active May 20, 2020 00:44
Show Gist options
  • Save nickrobinson/21c29d4ace29adf6c75a939eca53fd4e to your computer and use it in GitHub Desktop.
Save nickrobinson/21c29d4ace29adf6c75a939eca53fd4e to your computer and use it in GitHub Desktop.
test.js
(function ()
{
window.onload = function() {
console.log('page loaded');
};
}());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment