improvements
This commit is contained in:
parent
67e317cee9
commit
52ef3256c9
16 changed files with 100 additions and 96 deletions
|
@ -22,7 +22,7 @@ function sayHi() {
|
|||
alert("Hello");
|
||||
}
|
||||
|
||||
// global functions are accessible as properties of window
|
||||
// global functions are methods of the global objecct:
|
||||
window.sayHi();
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue