Browse Source

More clear instructions

pull/1590/head
Bakdaulet Ye 2 years ago committed by eslopfer
parent
commit
b3508822d0
  1. 5
      subjects/slicer/README.md

5
subjects/slicer/README.md

@ -4,7 +4,10 @@
Create a function named `slice` that works like `Array.slice()` and `String.slice()`. 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 ### Notions

Loading…
Cancel
Save