jslint

zyip發表於2016-05-07

 

 

auto execution/self execution/ Immediate function 

http://www.jslint.com/

(function () {
    'use strict';
    alert(0);
}());