typo on the word associated
This commit is contained in:
parent
48481aa974
commit
5e00f6df0b
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