;(function () {
console.log('do not fear semi-colons')
}())
↧
Re: Self-invoking functions explained line by line
↧
;(function () {
console.log('do not fear semi-colons')
}())