Update article.md

This commit is contained in:
Ilya Kantor 2021-07-21 22:36:11 +03:00 committed by GitHub
parent 2275894801
commit c3214e7684
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,7 @@ Now, we can put some data into it by using the assignment operator `=`:
let message; let message;
*!* *!*
message = 'Hello'; // store the string message = 'Hello'; // store the string 'Hello' in the variable named message
*/!* */!*
``` ```