forked from Chalarangelo/30-seconds-of-code
-
Notifications
You must be signed in to change notification settings - Fork 2
/
tag_database
101 lines (101 loc) · 2.62 KB
/
tag_database
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
3-digit-hexcode-to-6-digit-hexcode:utility
anagrams-of-string-(with-duplicates):string
array-difference:array
array-intersection:array
array-remove:array
array-sample:array
array-symmetric-difference:array
array-union:array
array-without:array
array-zip: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
clean-JSON-object:object
collatz-algorithm:math
compact:array
compose-functions:function
convert-string-from-camelcase:string
convert-string-to-camelcase:string
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
hexcode-to-RGB:utility
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
JSON-to-date:date
last-of-list:array
log-function-name:function
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-functions:function
powerset:math
promisify:function
random-integer-in-range:math
random-number-in-range:math
read-file-as-array-of-lines:node
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
tail-of-list:array
take-every-nth-element:array
take-right:array
take:array
truncate-a-string:string
unique-values-of-array:array
URL-parameters:utility
UUID-generator:utility
validate-email:utility
validate-number:utility
write-JSON-to-file:node