Update article.md
Correcting incorrect parameters order.
This commit is contained in:
parent
bc9117e70f
commit
cfd23cec52
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ function sayHi(phrase, who) {
|
|||
}
|
||||
|
||||
*!*
|
||||
setTimeout(sayHi, 1000, "John", "Hello"); // Hello, John
|
||||
setTimeout(sayHi, 1000, "Hello", "John"); // Hello, John
|
||||
*/!*
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue