We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 814c601 commit 271388fCopy full SHA for 271388f
basic/nextTick-setTimeout.md
@@ -17,6 +17,7 @@
17
18
You shouldn’t necessarily be concerned about the order of operations in this regard though in my estimation.
19
```
20
+
21
但是在node.js 最新版本(8.2.1),setTimeout都比setImmediate先执行。
22
```javascript
23
var res = [];
0 commit comments