`ary`
30秒学会常用JavaScript代码
30 seconds of code - Curated collection of useful JavaScript snippets that you can understand in 30 seconds or less.
javascript
30 seconds
701页
•
44975 Star
•
2019年5月26日收录
开始阅读
书籍推荐
前端开发者手册
dwqs
•
html5
•
javascript
•
css3
•
92页
•
2018年6月5日
548
前端开发笔记本
li-xinyang
•
javascript
•
html5
•
css3
•
67页
•
2018年6月2日
1436
ECMAScript 6入门
likebeta
•
javascript
•
24页
•
2018年6月29日
0
JSON风格指南
darcyliu
•
javascript
•
1页
•
2019年3月3日
1139
Shell脚本编程30分钟入门
qinjx
•
linux
•
5页
•
2019年3月3日
5224
Pro Git 简体中文第二版
Pro Git Book
•
git
•
118页
•
2018年5月24日
838
小字
大字
宋体
黑体
白天
护眼
夜晚
封面
简介
contribution guide
`ary`
`call`
`collectInto`
`flip`
`over`
`overArgs`
`pipeAsyncFunctions`
`pipeFunctions`
`promisify`
`rearg`
`spreadOver`
`unary`
`all`
`allEqual`
`any`
`arrayToCSV`
`bifurcate`
`bifurcateBy`
`chunk`
`compact`
`countBy`
`countOccurrences`
`deepFlatten`
`difference`
`differenceBy`
`differenceWith`
`drop`
`dropRight`
`dropRightWhile`
`dropWhile`
`everyNth`
`filterFalsy`
`filterNonUnique`
`filterNonUniqueBy`
`findLast`
`findLastIndex`
`flatten`
`forEachRight`
`groupBy`
`head`
`indexOfAll`
`initial`
`initialize2DArray`
`initializeArrayWithRange`
`initializeArrayWithRangeRight`
`initializeArrayWithValues`
`initializeNDArray`
`intersection`
`intersectionBy`
`intersectionWith`
`isSorted`
`join`
`JSONtoCSV`
`last`
`longestItem`
`mapObject`
`maxN`
`minN`
`none`
`nthElement`
`offset`
`partition`
`permutations`
`pullAtIndex`
`pullAtValue`
`pullBy`
`reducedFilter`
`reduceSuccessive`
`reduceWhich`
`reject`
`remove`
`sample`
`sampleSize`
`shank`
`shuffle`
`similarity`
`sortedIndex`
`sortedIndexBy`
`sortedLastIndex`
`sortedLastIndexBy`
`stableSort`
`symmetricDifference`
`symmetricDifferenceBy`
`symmetricDifferenceWith`
`tail`
`take`
`takeRight`
`takeRightWhile`
`takeWhile`
`toHash`
`union`
`unionBy`
`unionWith`
`uniqueElements`
`uniqueElementsBy`
`uniqueElementsByRight`
`uniqueSymmetricDifference`
`unzip`
`unzipWith`
`xProd`
`zipObject`
`zipWith`
`arrayToHtmlList`
`bottomVisible`
`copyToClipboard`
`counter`
`createElement`
`createEventHub`
`currentURL`
`detectDeviceType`
`elementContains`
`elementIsVisibleInViewport`
`formToObject`
`getImages`
`getScrollPosition`
`getStyle`
`hasClass`
`hashBrowser`
`hide`
`httpsRedirect`
`insertAfter`
`insertBefore`
`isBrowserTabFocused`
`nodeListToArray`
`observeMutations`
`on`
`onUserInputChange`
`prefix`
`recordAnimationFrames`
`redirect`
`runAsync`
`scrollToTop`
`serializeForm`
`setStyle`
`show`
`smoothScroll`
`toggleClass`
`triggerEvent`
`UUIDGeneratorBrowser`
`dayOfYear`
`formatDuration`
`getColonTimeFromDate`
`getDaysDiffBetweenDates`
`getMeridiemSuffixOfInteger`
`isAfterDate`
`isBeforeDate`
`isSameDate`
`maxDate`
`minDate`
`tomorrow`
`attempt`
`bind`
`bindKey`
`chainAsync`
`checkProp`
`compose`
`composeRight`
`converge`
`curry`
`debounce`
`defer`
`delay`
`functionName`
`hz`
`memoize`
`negate`
`once`
`partial`
`partialRight`
`runPromisesInSeries`
`sleep`
`throttle`
`times`
`uncurry`
`unfold`
`when`
`approximatelyEqual`
`average`
`averageBy`
`binomialCoefficient`
`clampNumber`
`degreesToRads`
`digitize`
`distance`
`elo`
`factorial`
`fibonacci`
`gcd`
`geometricProgression`
`hammingDistance`
`inRange`
`isDivisible`
`isEven`
`isNegativeZero`
`isPrime`
`lcm`
`luhnCheck`
`mapNumRange`
`maxBy`
`median`
`midpoint`
`minBy`
`percentile`
`powerset`
`primes`
`radsToDegrees`
`randomIntArrayInRange`
`randomIntegerInRange`
`randomNumberInRange`
`round`
`sdbm`
`standardDeviation`
`sum`
`sumBy`
`sumPower`
`toSafeInteger`
`vectorDistance`
`atob`
`btoa`
`colorize`
`createDirIfNotExists`
`hasFlags`
`hashNode`
`isDuplexStream`
`isReadableStream`
`isStream`
`isTravisCI`
`isWritableStream`
`JSONToFile`
`readFileLines`
`untildify`
`UUIDGeneratorNode`
`bindAll`
`deepClone`
`deepFreeze`
`deepGet`
`deepMapKeys`
`defaults`
`dig`
`equals`
`findKey`
`findLastKey`
`flattenObject`
`forOwn`
`forOwnRight`
`functions`
`get`
`invertKeyValues`
`lowercaseKeys`
`mapKeys`
`mapValues`
`matches`
`matchesWith`
`merge`
`nest`
`objectFromPairs`
`objectToPairs`
`omit`
`omitBy`
`orderBy`
`pick`
`pickBy`
`renameKeys`
`shallowClone`
`size`
`transform`
`truthCheckCollection`
`unflattenObject`
`byteSize`
`capitalize`
`capitalizeEveryWord`
`compactWhitespace`
`CSVToArray`
`CSVToJSON`
`decapitalize`
`escapeHTML`
`escapeRegExp`
`fromCamelCase`
`indentString`
`isAbsoluteURL`
`isAnagram`
`isLowerCase`
`isUpperCase`
`mapString`
`mask`
`pad`
`palindrome`
`pluralize`
`removeNonASCII`
`reverseString`
`sortCharactersInString`
`splitLines`
`stringPermutations`
`stripHTMLTags`
`toCamelCase`
`toKebabCase`
`toSnakeCase`
`toTitleCase`
`truncateString`
`unescapeHTML`
`URLJoin`
`words`
`getType`
`is`
`isArrayLike`
`isBoolean`
`isEmpty`
`isFunction`
`isNil`
`isNull`
`isNumber`
`isObject`
`isObjectLike`
`isPlainObject`
`isPrimitive`
`isPromiseLike`
`isString`
`isSymbol`
`isUndefined`
`isValidJSON`
`castArray`
`cloneRegExp`
`coalesce`
`coalesceFactory`
`extendHex`
`getURLParameters`
`hexToRGB`
`httpGet`
`httpPost`
`isBrowser`
`mostPerformant`
`nthArg`
`parseCookie`
`prettyBytes`
`randomHexColorCode`
`RGBToHex`
`serializeCookie`
`timeTaken`
`toCurrency`
`toDecimalMark`
`toOrdinalSuffix`
`validateNumber`
`yesNo`
`without`
zip
`pull`
`off`
⬆ Back to top