Update article.md
This commit is contained in:
parent
2275894801
commit
c3214e7684
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ Now, we can put some data into it by using the assignment operator `=`:
|
|||
let message;
|
||||
|
||||
*!*
|
||||
message = 'Hello'; // store the string
|
||||
message = 'Hello'; // store the string 'Hello' in the variable named message
|
||||
*/!*
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue