Skip to content

Commit f0ce7e9

Browse files
authored
IE 9
1 parent 18b1314 commit f0ce7e9

File tree

1 file changed

+1
-1
lines changed
  • 1-js/06-advanced-functions/08-settimeout-setinterval

1 file changed

+1
-1
lines changed

1-js/06-advanced-functions/08-settimeout-setinterval/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Usually, that's a function. For historical reasons, a string of code can be pass
2727
: The delay before run, in milliseconds (1000 ms = 1 second), by default 0.
2828

2929
`arg1`, `arg2`...
30-
: Arguments for the function (not supported in IE9-)
30+
: Arguments for the function
3131

3232
For instance, this code calls `sayHi()` after one second:
3333

0 commit comments

Comments
 (0)