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