Skip to content

Instantly share code, notes, and snippets.

@kudinovfedor
Created April 7, 2019 18:56
Show Gist options
  • Save kudinovfedor/1a1719f8bd7551815e70559ab741949d to your computer and use it in GitHub Desktop.
Save kudinovfedor/1a1719f8bd7551815e70559ab741949d to your computer and use it in GitHub Desktop.
IIFE + DOMContentLoaded
((w, d, $) => {
'use strict';
d.addEventListener('DOMContentLoaded', () => {
});
$(() => {
});
})(window, document, jQuery);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment