Day

October 18, 2008
If you get a chance to look at some un-minified javascript code on Github or other, you might see a leading semicolon before the opening IIFE closure or a library or script: ;(function () {})(); Notice the first character, the semicolon? This looks pretty bizarre, but itโ€™s used to prevent other poorly formed scripts from...
Read More