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 391bb53 commit 9a1065dCopy full SHA for 9a1065d
1 file changed
exercises/concept/coordinate-transformation/.docs/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:
+Besides braces `{}`, functions (and classes) also create new scopes, and can _enclose_ values:
22
23
```javascript
24
const dozen = 12;
0 commit comments