We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8019572 + 5e00f6d commit 2e60287Copy full SHA for 2e60287
1-js/02-first-steps/04-variables/article.md
@@ -28,7 +28,7 @@ message = 'Hello'; // store the string
28
*/!*
29
```
30
31
-The string is now saved into the memory area assosiated with the variable. We can access it using the variable name:
+The string is now saved into the memory area associated with the variable. We can access it using the variable name:
32
33
```js run
34
let message;
0 commit comments