Skip to content

Instantly share code, notes, and snippets.

@hieuns
Last active March 12, 2018 03:24
Show Gist options
  • Save hieuns/b1c13e36bc9a8eeaa394c3f827f8c260 to your computer and use it in GitHub Desktop.
Save hieuns/b1c13e36bc9a8eeaa394c3f827f8c260 to your computer and use it in GitHub Desktop.
Test jQuery
(function() {
$(function() {
console.log('test inaccessible code');
});
console.log('inaccessible');
}).call(this);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment