We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3764989 commit f8cb833Copy full SHA for f8cb833
pages/en/learn/asynchronous-work/understanding-processnexttick.md
@@ -42,11 +42,13 @@ process.nextTick(() => {
42
});
43
```
44
45
-#### Output:
+#### Example output:
46
47
```bash
48
Hello => number 1
49
Running at next tick => number 2
50
Running before the timeout => number 3
51
The timeout running last => number 4
52
53
+
54
+The exact output may differ from run to run.
0 commit comments