Skip to content

Commit 250a0d5

Browse files
Update README.md
1 parent 66c80e6 commit 250a0d5

File tree

1 file changed

+1
-1
lines changed
  • exercises/103-getSquaredElementsAtProperty

1 file changed

+1
-1
lines changed

exercises/103-getSquaredElementsAtProperty/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ console.log(output); // --> [4, 1, 25]
1616

1717
## 💡 Hints:
1818

19-
+ To transform elements in an array investigate the method `map()`.
19+
+ To transform elements in an array search about the `map()` method.
2020

2121
+ If the array is empty, it should return an empty array `[]`.
2222

0 commit comments

Comments
 (0)