selfrefactor / rambdax

Extended version of Rambda
https://selfrefactor.github.io/rambdax
MIT License
221 stars 26 forks source link

Update take / takeLast Documentation #26

Closed MatthewCallis closed 5 years ago

MatthewCallis commented 5 years ago

The second example of take / takeLast shows a string inside an array being trimmed to 2 characters, when it should just show the string not in an array.

selfrefactor commented 5 years ago

Much appreciated