We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89183a0 commit bad5236Copy full SHA for bad5236
1-js/02-first-steps/02-structure/article.md
@@ -56,7 +56,7 @@ Errors which occur in such cases are quite hard to find and fix.
56
If you're curious to see a concrete example of such an error, check this code out:
57
58
```js run
59
-alert("Hello);
+alert("Hello");
60
61
[1, 2].forEach(alert);
62
```
0 commit comments