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.
2 parents 3fb2c3e + 8beba52 commit 25ce9aaCopy full SHA for 25ce9aa
src/content/2/en/part2a.md
@@ -300,7 +300,7 @@ Changing the command to:
300
const result = notes.map(note => note.content)
301
```
302
303
-results in an array containing the contents of the notes.
+will give you an array containing the contents of the notes.
304
305
This is already pretty close to the React code we used:
306
0 commit comments