one-or-all
Return one when is have only one item, return all when is have more then one item
Updated by @natqe3
max-by-last-number
Check array of items and return the item with the highest suffix number. if non is found return undefined.
Updated by @natqe3
visible-part-of
Get the current x and y of given element. also return the offset.
Updated by @natqe3
includes-many
Return false when one or more of the given values not include in the array, else return true
Updated by @natqe3
utilizes.toggle
Toggle property truthines. if the value is falsy set it to true, otherwise set it to false. The third parameter is the values to toggle between. default to "[true, false]". …
Updated by @natqe3
some-truthy-right
Checks if the callback returns truthy for any element of the array. Iteration is stopped once the callback returns truthy Return the truthy value or the last falsy value if …
Updated by @natqe3
range-with-names
Creates an array of objects from given range, each object contain number and his name
Updated by @natqe3
extract-last-number
Extract last number from given string. return array with the string without the number, and the number himself
Updated by @natqe3
some-truthy
Checks if the callback returns truthy for any element of the array. Iteration is stopped once the callback returns truthy Return the truthy value or the last falsy value if …
Updated by @natqe3
assert-lower
Assert between two or more strings as they were writing in lower case
Updated by @natqe3
utilizes.scenarios
Invoke function multiple times with other arguments, and get the results.
Updated by @natqe3