More clear instructions

This commit is contained in:
Bakdaulet Ye 2022-11-18 22:41:22 +06:00 committed by eslopfer
parent 548ee49fef
commit b3508822d0
1 changed files with 4 additions and 1 deletions

View File

@ -4,7 +4,10 @@
Create a function named `slice` that works like `Array.slice()` and `String.slice()`.
It takes an additional first argument which is the string or the array.
It takes 3 arguments:
- string or array to process.
- starting index.
- optional ending index.
### Notions