Updated examples
This commit is contained in:
committed by
Agamemnon Zorbas
parent
99a07d22dd
commit
97c250bcfb
@ -11,6 +11,6 @@ const initializeArrayWithRange = (end, start = 0) =>
|
||||
```
|
||||
|
||||
```js
|
||||
initializeArrayWithRange(5) -> [0,1,2,3,4,5]
|
||||
initializeArrayWithRange(7, 3) -> [3,4,5,6,7]
|
||||
initializeArrayWithRange(5) // [0,1,2,3,4,5]
|
||||
initializeArrayWithRange(7, 3) // [3,4,5,6,7]
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user