Skip to content

Commit dc78a94

Browse files
authoredSep 13, 2023
Update README.md
1 parent dc69112 commit dc78a94

File tree

1 file changed

+1
-1
lines changed
  • exercises/20.3-Map-with-function-inside-variable

1 file changed

+1
-1
lines changed
 

‎exercises/20.3-Map-with-function-inside-variable/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ The function stored in the variable `prepender` returns whatever is passed to it
2525

2626
+ Create a new variable to store the new array and pass the function `prepender` to the `array.map()` method.
2727

28-
+ Print the new array with a `console.log()`
28+
+ Print the new array with a `console.log()`.

0 commit comments

Comments
 (0)
Please sign in to comment.