IIFE, is short for "immediately-invoked function expression".
The funtion is called immediately after the funtion is defined.
Like this:
(function (x) { console.log('x + x = ', x + x); })(5); // x + x = 10
IIFE, is short for "immediately-invoked function expression".
The funtion is called immediately after the funtion is defined.
Like this:
(function (x) { console.log('x + x = ', x + x); })(5); // x + x = 10
前端基础
WAN WAN是一种超于LAN地理范围的数据通信网络 企业必须向WAN服务提供商购买服务。而LAN通常归为使用LAN的公司货组织 WAN中连接的设备跨越地理区域比LA
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M