This commit is contained in:
Ilya Kantor 2019-07-18 12:24:31 +03:00
parent 0b55d45daf
commit 3caa91137e
8 changed files with 21 additions and 33 deletions

View file

@ -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();
```