commit
eae99597a5
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