adding function that make a new array containing every nth element of a given array.

This commit is contained in:
iamsoorena
2017-12-15 21:24:55 +03:30
parent 0c89d5ae69
commit a99d61cda5
2 changed files with 11 additions and 0 deletions

View File

@ -85,6 +85,7 @@ swap-values-of-two-variables:utility
tail-of-list:array
take-right:array
take:array
take-every-nth-element:array
truncate-a-string:string
unique-values-of-array:array
URL-parameters:utility