We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15d0f56 commit 60e491eCopy full SHA for 60e491e
doc/en/other/timeouts.md
@@ -118,8 +118,7 @@ specifically.
118
`setTimeout` and `setInterval` can also take a string as their first parameter.
119
This feature should **never** be used because it internally makes use of `eval`.
120
121
-> **Note:** Since the timeout functions are **not** specified by the ECMAScript
122
-> standard, the exact workings when a string is passed to them might differ in
+> **Note:** The exact workings when a string is passed to them might differ in
123
> various JavaScript implementations. For example, Microsoft's JScript uses
124
> the `Function` constructor in place of `eval`.
125
0 commit comments