Skip to content

Commit 899d0bf

Browse files
Update README.md
1 parent b3982a7 commit 899d0bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/083-getAllElementsButNth/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ console.log(output); // --> ['a', 'c']
1313

1414
## 💡 Hint:
1515

16-
+ One way to do this exercise is with the method `splice()`, you should investigate it.
16+
+ One way to do this exercise is with the method `splice()`, you should search about it.

0 commit comments

Comments
 (0)