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 17c0f6f commit 71d6c04Copy full SHA for 71d6c04
concepts/closures/introduction.md
@@ -18,7 +18,7 @@ twoDozen;
18
// => Uncaught ReferenceError: twoDozen is not defined
19
```
20
21
-Except for braces `{}`, functions (and classes) als create new scopes, which can _enclose_ values:
+Except for braces `{}`, functions (and classes) also create new scopes, which can _enclose_ values:
22
23
```javascript
24
const dozen = 12;
0 commit comments