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 b3982a7 commit 899d0bfCopy full SHA for 899d0bf
exercises/083-getAllElementsButNth/README.md
@@ -13,4 +13,4 @@ console.log(output); // --> ['a', 'c']
13
14
## 💡 Hint:
15
16
-+ One way to do this exercise is with the method `splice()`, you should investigate it.
++ One way to do this exercise is with the method `splice()`, you should search about it.
0 commit comments