fixes
This commit is contained in:
parent
0b55d45daf
commit
3caa91137e
8 changed files with 21 additions and 33 deletions
|
@ -22,7 +22,7 @@ function sayHi() {
|
|||
alert("Hello");
|
||||
}
|
||||
|
||||
// global functions are methods of the global objecct:
|
||||
// global functions are methods of the global object:
|
||||
window.sayHi();
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue