Skip to content

Commit 5fe6977

Browse files
authored
Merge pull request #1453 from Violet-Bora-Lee/patch-41
Update solution.md
2 parents 149e8ea + fb96a76 commit 5fe6977

File tree

1 file changed

+1
-1
lines changed
  • 1-js/05-data-types/08-weakmap-weakset/01-recipients-read

1 file changed

+1
-1
lines changed

1-js/05-data-types/08-weakmap-weakset/01-recipients-read/solution.md

+1-1
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)