We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7025b62 commit 290f6f6Copy full SHA for 290f6f6
01-recipients-read/solution.md
@@ -1,6 +1,6 @@
1
Let's store read messages in `WeakSet`:
2
3
-```js
+```js run
4
let messages = [
5
{text: "Hello", from: "John"},
6
{text: "How goes?", from: "John"},
0 commit comments