minor fixes
This commit is contained in:
parent
89183a0b4a
commit
bad5236ed0
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ Errors which occur in such cases are quite hard to find and fix.
|
||||||
If you're curious to see a concrete example of such an error, check this code out:
|
If you're curious to see a concrete example of such an error, check this code out:
|
||||||
|
|
||||||
```js run
|
```js run
|
||||||
alert("Hello);
|
alert("Hello");
|
||||||
|
|
||||||
[1, 2].forEach(alert);
|
[1, 2].forEach(alert);
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue