Files
30-seconds-of-code/tag_database
2017-12-30 02:46:10 +11:00

152 lines
2.7 KiB
Plaintext

anagrams:string
arrayToHtmlList:browser
average:math
bottomVisible:browser
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
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
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
isArmstrongNumber:math
isArray:utility
isBoolean:utility
isDivisible:math
isEven:math
isFunction:utility
isNumber:utility
isPrime:math
isString:utility
isSymbol:utility
JSONToDate:date
JSONToFile:node
last:array
lcm:math
lowercaseKeys:object
mapObject:array
max:math
median:math
min:math
negate:logic
nthElement:array
objectFromPairs:object
objectToPairs:object
onUserInputChange:browser
orderBy:object
palindrome:math
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
scrollToTop:browser
sdbm:utility
select:object
setStyle:browser
shallowClone:object
show:browser
shuffle:array
similarity:array
sleep:function
sortCharactersInString:string
speechSynthesis:media
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
zip:array
zipObject:array