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 dc69112 commit dc78a94Copy full SHA for dc78a94
exercises/20.3-Map-with-function-inside-variable/README.md
@@ -25,4 +25,4 @@ The function stored in the variable `prepender` returns whatever is passed to it
25
26
+ Create a new variable to store the new array and pass the function `prepender` to the `array.map()` method.
27
28
-+ Print the new array with a `console.log()`
++ Print the new array with a `console.log()`.
0 commit comments