Skip to content

Commit 271388f

Browse files
committed
Updates basic/nextTick-setTimeout.md
Auto commit by GitBook Editor
1 parent 814c601 commit 271388f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

basic/nextTick-setTimeout.md

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
1818
You shouldn’t necessarily be concerned about the order of operations in this regard though in my estimation.
1919
```
20+
2021
但是在node.js 最新版本(8.2.1),setTimeout都比setImmediate先执行。
2122
```javascript
2223
var res = [];

0 commit comments

Comments
 (0)