jslint

auto execution/self execution/ Immediate function 

http://www.jslint.com/

(function () {
    'use strict';
    alert(0);
}());
原文地址:https://www.cnblogs.com/zyip/p/5468140.html