Files
30-seconds-of-code/tag_database
Angelos Chalaris e8ecfc7085 Add nodeListToArray
2018-05-06 18:11:21 +03:00

305 lines
7.1 KiB
Plaintext

all:array,function
any:array,function
approximatelyEqual:math
arrayToHtmlList:browser,array
ary:adapter,function
atob:node,string,utility
attempt:function
average:math,array
averageBy:math,array,function
bifurcate:array
bifurcateBy:array,function
bind:function,object
bindAll:object,function
bindKey:function,object
binomialCoefficient:math
bottomVisible:browser
btoa:node,string,utility
byteSize:string
call:adapter,function
capitalize:string,array
capitalizeEveryWord:string,regexp
castArray:utility,array,type
chainAsync:function
chunk:array
clampNumber:math
cloneRegExp:utility,regexp
coalesce:utility
coalesceFactory:utility
collectInto:adapter,function,array
colorize:node,utility,string
compact:array
compose:function
composeRight:function
converge:function
copyToClipboard:browser,string,advanced
countBy:array,object
counter:browser,advanced
countOccurrences:array
createElement:browser,utility
createEventHub:browser,event,advanced
currentURL:browser,url
curry:function,recursion
debounce:function
decapitalize:string,array
deepClone:object,recursion
deepFlatten:array,recursion
defaults:object
defer:function
degreesToRads:math
delay:function
detectDeviceType:browser
difference:array,math
differenceBy:array,function
differenceWith:array,function
digitize:math,array
distance:math
drop:array
dropRight:array
dropRightWhile:array,function
dropWhile:array,function
elementIsVisibleInViewport:browser
elo:math,array,advanced
equals:object,array,type,advanced
escapeHTML:string,browser,regexp
escapeRegExp:string,regexp
everyNth:array
extendHex:utility,string
factorial:math,recursion
fibonacci:math,array
filterNonUnique:array
findKey:object,function
findLast:array
findLastIndex:array,function
findLastKey:object,function
flatten:array
flattenObject:object,recursion
flip:adapter,function
forEachRight:array,function
formatDuration:date,math,string,utility
forOwn:object
forOwnRight:object
fromCamelCase:string
functionName:function,utility
functions:object,function
gcd:math,recursion
geometricProgression:math
get:object
getColonTimeFromDate:date
getDaysDiffBetweenDates:date
getMeridiemSuffixOfInteger:date
getScrollPosition:browser
getStyle:browser,css
getType:type
getURLParameters:utility,browser,string,url
groupBy:array,object
hammingDistance:math
hasClass:browser,css
hasFlags:node
hashBrowser:browser,utility,advanced,promise
hashNode:node,utility,promise
head:array
hexToRGB:utility,string,math,advanced
hide:browser,css
httpGet:utility,url,browser
httpPost:utility,url,browser
httpsRedirect:browser,url
hz:function
indexOfAll:array
initial:array
initialize2DArray:array
initializeArrayWithRange:array,math
initializeArrayWithRangeRight:array,math
initializeArrayWithValues:array,math
initializeNDArray:array,recursion
inRange:math
intersection:array,math
intersectionBy:array,function
intersectionWith:array,function
invertKeyValues:object,function
is:type,array,regexp
isAbsoluteURL:string,utility,browser,url
isAnagram:string,regexp
isArrayLike:type,array
isBoolean:type
isBrowser:utility,browser
isBrowserTabFocused:browser
isDivisible:math
isEmpty:type,array,object,string
isEven:math
isFunction:type,function
isLowerCase:string,utility
isNil:type
isNull:type
isNumber:type,math
isObject:type,object
isObjectLike:type,object
isPlainObject:type,object
isPrime:math
isPrimitive:type,function,array,string
isPromiseLike:type,function,promise
isSorted:array
isString:type,string
isSymbol:type
isTravisCI:node
isUndefined:type
isUpperCase:string,utility
isValidJSON:type,json
join:array
JSONToFile:node,json
last:array
lcm:math,recursion
longestItem:array,string,utility
lowercaseKeys:object
luhnCheck:math,utility
mapKeys:object,function
mapObject:array,object,advanced
mapValues:object,function
mask:string,utility,regexp
matches:object,type
matchesWith:object,type,function
maxBy:math,array,function
maxN:array,math
median:math,array
memoize:function
merge:object,array
minBy:math,array,function
minN:array,math
mostPerformant:utility,function
negate:function
nest:object
nodeListToArray:browser,array
none:array,function
nthArg:utility,function
nthElement:array
objectFromPairs:object,array
objectToPairs:object,array
observeMutations:browser,event,advanced
off:browser,event
offset:array
omit:object,array
omitBy:object,array,function
on:browser,event
once:function
onUserInputChange:browser,event,advanced
orderBy:object,array
over:adapter,function
overArgs:adapter,function
pad:string
palindrome:string
parseCookie:utility,string
partial:function
partialRight:function
partition:array,object,function
percentile:math
permutations:array,recursion
pick:object,array
pickBy:object,array,function
pipeAsyncFunctions:adapter,function,promise
pipeFunctions:adapter,function
pluralize:string
powerset:math
prefix:browser,utility
prettyBytes:utility,string,math
primes:math,array
promisify:adapter,function,promise
pull:array
pullAtIndex:array
pullAtValue:array
pullBy:array,function,advanced
radsToDegrees:math
randomHexColorCode:utility,random
randomIntArrayInRange:math,utility,random
randomIntegerInRange:math,utility,random
randomNumberInRange:math,utility,random
readFileLines:node,array,string
rearg:adapter,function
recordAnimationFrames:browser,utility
redirect:browser,url
reducedFilter:array
reduceSuccessive:array,function
reduceWhich:array,function
reject:array
remove:array
removeNonASCII:string,regexp
renameKeys:object
reverseString:string,array
RGBToHex:utility
round:math
runAsync:browser,function,advanced,promise,url
runPromisesInSeries:function,promise
sample:array,random
sampleSize:array,random
scrollToTop:browser
sdbm:math,utility
serializeCookie:utility,string
setStyle:browser
shallowClone:object
show:browser,css
shuffle:array,random
similarity:array,math
size:object,array,string
sleep:function,promise
smoothScroll:browser,css
sortCharactersInString:string
sortedIndex:array,math
sortedIndexBy:array,math,function
sortedLastIndex:array,math
sortedLastIndexBy:array,math,function
splitLines:string
spreadOver:adapter
stableSort:array,sort,advanced
standardDeviation:math,array
stringPermutations:string,recursion
stripHTMLTags:string,utility,regexp
sum:math,array
sumBy:math,array,function
sumPower:math
symmetricDifference:array,math
symmetricDifferenceBy:array,function
symmetricDifferenceWith:array,function
tail:array
take:array
takeRight:array
takeRightWhile:array,function
takeWhile:array,function
throttle:function
times:function
timeTaken:utility
toCamelCase:string,regexp
toCurrency:utility
toDecimalMark:utility,math
toggleClass:browser
toKebabCase:string,regexp
tomorrow:date
toOrdinalSuffix:utility,math
toSafeInteger:math
toSnakeCase:string,regexp
transform:object,array
truncateString:string
truthCheckCollection:object,logic,array
unary:adapter,function
uncurry:function
unescapeHTML:string,browser
unflattenObject:object,advanced
unfold:function,array
union:array,math
unionBy:array,function
unionWith:array,function
uniqueElements:array
untildify:node,string
unzip:array
unzipWith:array,function,advanced
URLJoin:string,utility,regexp
UUIDGeneratorBrowser:browser,utility,random
UUIDGeneratorNode:node,utility,random
validateNumber:utility,math
when:function
without:array
words:string,regexp
xProd:array,math
yesNo:utility,regexp
zip:array
zipObject:array,object
zipWith:array,function,advanced