Files
30-seconds-of-code/tag_database
2018-01-02 09:40:46 +11:00

167 lines
2.9 KiB
Plaintext

anagrams:string
arrayToHtmlList:browser
average:math
bottomVisible:browser
byteSize:string
call:adapter
capitalize:string
capitalizeEveryWord:string
chainAsync:function
chunk:array
clampNumber:math
cleanObj:object
coalesce:utility
coalesceFactory:utility
collatz:math
collectInto:adapter
compact:array
compose:function
copyToClipboard:browser
countOccurrences:array
countVowels:string
currentURL:browser
curry:function
deepFlatten:array
detectDeviceType:browser
difference:array
differenceWith:array
digitize:math
distance:math
distinctValuesOfArray:array
dropElements:array
dropRight:array
elementIsVisibleInViewport:browser
elo:math
escapeHTML:string
escapeRegExp:string
everyNth:array
extendHex:utility
factorial:math
fibonacci:math
fibonacciCountUntilNum:math
fibonacciUntilNum:math
filterNonUnique:array
flatten:array
flattenDepth:array
flip:adapter
fromCamelCase:string
functionName:function
gcd:math
getDaysDiffBetweenDates:date
getScrollPosition:browser
getStyle:browser
getType:utility
getURLParameters:browser
groupBy:array
hammingDistance:math
hasClass:browser
head:array
hexToRGB:utility
hide:browser
httpsRedirect:browser
initial:array
initialize2DArray:array
initializeArrayWithRange:array
initializeArrayWithValues:array
inRange:math
intersection:array
isAbsoluteURL:string
isArmstrongNumber:math
isArray:utility
isArrayLike:utility
isBoolean:utility
isDivisible:math
isEven:math
isFunction:utility
isNull:utility
isNumber:utility
isPrime:math
isPrimitive:utility
isPromiseLike:utility
isString:utility
isSymbol:utility
isValidJSON:utility
JSONToDate:date
JSONToFile:node
last:array
lcm:math
lowercaseKeys:object
mapObject:array
max:math
median:math
memoize:function
min:math
negate:logic
nthElement:array
objectFromPairs:object
objectToPairs:object
once:function
onUserInputChange:browser
orderBy:object
palindrome:string
percentile:math
pick:array
pipeFunctions:adapter
powerset:math
primes:math
promisify:adapter
pull:array
pullAtIndex:array
pullAtValue:array
quickSort:array
randomHexColorCode:utility
randomIntegerInRange:math
randomNumberInRange:math
readFileLines:node
redirect:browser
remove:array
repeatString:string
reverseString:string
RGBToHex:utility
round:math
runPromisesInSeries:function
sample:array
sampleSize:array
scrollToTop:browser
sdbm:utility
select:object
setStyle:browser
shallowClone:object
show:browser
shuffle:array
similarity:array
size:object
sleep:function
sortCharactersInString:string
sortedIndex:uncategorized
speechSynthesis:browser
splitLines:string
spreadOver:adapter
standardDeviation:math
sum:math
symmetricDifference:array
tail:array
take:array
takeRight:array
timeTaken:utility
toCamelCase:string
toDecimalMark:utility
toEnglishDate:date
toggleClass:browser
toKebabCase:string
tomorrow:date
toOrdinalSuffix:utility
toSnakeCase:string
truncateString:string
truthCheckCollection:object
unescapeHTML:string
union:array
UUIDGeneratorBrowser:browser
UUIDGeneratorNode:node
validateNumber:utility
without:array
words:string
yesNo:utility
zip:array
zipObject:array