diff --git a/subjects/slicer/README.md b/subjects/slicer/README.md index 46e4e7a7..b46d165b 100644 --- a/subjects/slicer/README.md +++ b/subjects/slicer/README.md @@ -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