Merge pull request #499 from ThomasChang7/patch-1
typo on the word associated
This commit is contained in:
commit
2e60287ad8
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ message = 'Hello'; // store the string
|
||||||
*/!*
|
*/!*
|
||||||
```
|
```
|
||||||
|
|
||||||
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:
|
||||||
|
|
||||||
```js run
|
```js run
|
||||||
let message;
|
let message;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue