Update solution.md

This commit is contained in:
Violet.Lee 2019-10-14 00:23:03 +09:00 committed by GitHub
parent 58991729f4
commit fb96a7624d
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`:
```js
```js run
let messages = [
{text: "Hello", from: "John"},
{text: "How goes?", from: "John"},