minor fixes

This commit is contained in:
Ilya Kantor 2021-10-12 14:19:22 +03:00
parent 193319c963
commit eda333d423

View file

@ -17,7 +17,7 @@ There's a "root" object called `window`. It has two roles:
For instance, here we use it as a global object: For instance, here we use it as a global object:
```js run ```js run global
function sayHi() { function sayHi() {
alert("Hello"); alert("Hello");
} }