Merge pull request #1453 from Violet-Bora-Lee/patch-41

Update solution.md
This commit is contained in:
Ilya Kantor 2019-10-14 09:27:30 +03:00 committed by GitHub
commit 5fe6977c74
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
Let's store read messages in `WeakSet`: Let's store read messages in `WeakSet`:
```js ```js run
let messages = [ let messages = [
{text: "Hello", from: "John"}, {text: "Hello", from: "John"},
{text: "How goes?", from: "John"}, {text: "How goes?", from: "John"},