90 lines
2.3 KiB
Plaintext
90 lines
2.3 KiB
Plaintext
anagrams-of-string-(with-duplicates):string
|
|
array-concatenation:array
|
|
array-difference:array
|
|
array-intersection:array
|
|
array-union:array
|
|
average-of-array-of-numbers:array
|
|
bottom-visible:browser
|
|
capitalize-first-letter-of-every-word:string
|
|
capitalize-first-letter:string
|
|
chain-asynchronous-functions:function
|
|
check-for-palindrome:string
|
|
chunk-array:array
|
|
collatz-algorithm:math
|
|
compact:array
|
|
count-occurrences-of-a-value-in-array:array
|
|
current-URL:browser
|
|
curry:function
|
|
deep-flatten-array:array
|
|
distance-between-two-points:math
|
|
divisible-by-number:math
|
|
drop-elements-in-array:array
|
|
element-is-visible-in-viewport:browser
|
|
escape-regular-expression:utility
|
|
even-or-odd-number:math
|
|
factorial:math
|
|
fibonacci-array-generator:math
|
|
fill-array:array
|
|
filter-out-non-unique-values-in-an-array:array
|
|
flatten-array-up-to-depth:array
|
|
flatten-array:array
|
|
get-days-difference-between-dates:date
|
|
get-max-value-from-array:array
|
|
get-min-value-from-array:array
|
|
get-native-type-of-value:utility
|
|
get-scroll-position:browser
|
|
greatest-common-divisor-(GCD):math
|
|
group-by:array
|
|
hamming-distance:math
|
|
head-of-list:array
|
|
initial-of-list:array
|
|
initialize-array-with-range:array
|
|
initialize-array-with-values:array
|
|
is-array:utility
|
|
is-boolean:utility
|
|
is-function:utility
|
|
is-number:utility
|
|
is-string:utility
|
|
is-symbol:utility
|
|
last-of-list:array
|
|
measure-time-taken-by-function:utility
|
|
median-of-array-of-numbers:array
|
|
nth-element-of-array:array
|
|
number-to-array-of-digits:utility
|
|
object-from-key-value-pairs:object
|
|
object-to-key-value-pairs:object
|
|
ordinal-suffix-of-number:utility
|
|
percentile:math
|
|
pick:array
|
|
pipe:function
|
|
powerset:math
|
|
promisify:function
|
|
random-integer-in-range:utility
|
|
random-number-in-range:utility
|
|
redirect-to-URL:browser
|
|
reverse-a-string:string
|
|
RGB-to-hexadecimal:utility
|
|
round-number-to-n-digits:math
|
|
run-promises-in-series:function
|
|
scroll-to-top:browser
|
|
shallow-clone-object:object
|
|
shuffle-array:array
|
|
similarity-between-arrays:array
|
|
sleep:function
|
|
sort-characters-in-string-(alphabetical):string
|
|
speech-synthesis-(experimental):media
|
|
standard-deviation:math
|
|
sum-of-array-of-numbers:array
|
|
swap-values-of-two-variables:utility
|
|
tail-of-list:array
|
|
take:array
|
|
takeRight:array
|
|
truncate-a-string:string
|
|
unique-values-of-array:array
|
|
URL-parameters:utility
|
|
UUID-generator:utility
|
|
validate-email:utility
|
|
validate-number:utility
|
|
value-or-default:utility
|
|
without:array
|