Skip to content

Commit 290f6f6

Browse files
Update solution.md
1 parent 7025b62 commit 290f6f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

01-recipients-read/solution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Let's store read messages in `WeakSet`:
22

3-
```js
3+
```js run
44
let messages = [
55
{text: "Hello", from: "John"},
66
{text: "How goes?", from: "John"},

0 commit comments

Comments
 (0)