Skip to content

Instantly share code, notes, and snippets.

View didlix's full-sized avatar

Rachel Graves didlix

View GitHub Profile
(function ($) { … })(jQuery);

Yeah seriously what the funk is going on here? It looks freaky, but it's not so bad. Let's break it down:

What about if it was

(function(a) { console.log(a) })("Hello");