Skip to content

Commit c36509b

Browse files
authored
Merge pull request ruanyf#291 from xhlwill/patch-1
fix: IIFE 不一定是匿名
2 parents 366c4dd + eba11dd commit c36509b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/let.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ ES6允许块级作用域的任意嵌套。
255255
}}}};
256256
```
257257

258-
块级作用域的出现,实际上使得获得广泛应用的立即执行匿名函数(IIFE)不再必要了。
258+
块级作用域的出现,实际上使得获得广泛应用的立即执行函数(IIFE)不再必要了。
259259

260260
```javascript
261261
// IIFE写法

0 commit comments

Comments
 (0)