typo on the word associated

This commit is contained in:
ThomasChang7 2017-04-07 21:17:03 -04:00 committed by GitHub
parent 48481aa974
commit 5e00f6df0b

View file

@ -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;