Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wjchumble/30-seconds-of-code
满足你所有开发需求的简短 JavaScript 代码片段
https://github.com/wjchumble/30-seconds-of-code
Last synced: 4 days ago
JSON representation
满足你所有开发需求的简短 JavaScript 代码片段
- Host: GitHub
- URL: https://github.com/wjchumble/30-seconds-of-code
- Owner: WJCHumble
- Created: 2020-11-04T01:28:03.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-17T15:21:42.000Z (about 4 years ago)
- Last Synced: 2025-02-10T19:05:19.380Z (4 days ago)
- Homepage: https://github.com/30-seconds/30-seconds-of-code
- Size: 41 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 基本介绍
中文版 30-seconds-of-code,满足你所有开发需求的简短 JavaScript 代码片段。
## 目录
**初级**
- [all](https://github.com/WJCHumble/30-seconds-of-code/blob/main/snippets/all.md)
- [allEqual](https://github.com/WJCHumble/30-seconds-of-code/blob/main/snippets/allEqual.md)
- [and](https://github.com/WJCHumble/30-seconds-of-code/blob/main/snippets/and.md)
- [any](https://github.com/WJCHumble/30-seconds-of-code/blob/main/snippets/any.md)
- [approximatelyEqual](https://github.com/WJCHumble/30-seconds-of-code/blob/main/snippets/approximatelyEqual.md)
- [arithmeticProgression](https://github.com/WJCHumble/30-seconds-of-code/blob/main/snippets/arithmeticProgression.md)
- [atob](https://github.com/WJCHumble/30-seconds-of-code/blob/main/snippets/atob.md)
- [average](https://github.com/WJCHumble/30-seconds-of-code/blob/main/snippets/average.md)
- [binomialCoefficient](https://github.com/WJCHumble/30-seconds-of-code/blob/main/snippets/binomialCoefficient.md)
- [both](https://github.com/WJCHumble/30-seconds-of-code/blob/main/snippets/both.md)
- [bota](https://github.com/WJCHumble/30-seconds-of-code/blob/main/snippets/bota.md)
- [byteSize](https://github.com/WJCHumble/30-seconds-of-code/blob/main/snippets/byteSize.md)
- [castArray](https://github.com/WJCHumble/30-seconds-of-code/blob/main/snippets/castArray.md)
- [celsiusToFahrenheit](https://github.com/WJCHumble/30-seconds-of-code/blob/main/snippets/celsiusToFahrenheit.md)
- [clampNumber](https://github.com/WJCHumble/30-seconds-of-code/blob/main/snippets/clampNumber.md)
- [coalesce](https://github.com/WJCHumble/30-seconds-of-code/blob/main/snippets/coalesce.md)
- [compact](https://github.com/WJCHumble/30-seconds-of-code/blob/main/snippets/compact.md)
- [compactWhitespace](https://github.com/WJCHumble/30-seconds-of-code/blob/main/snippets/compactWhitespace.md)
- [complement](https://github.com/WJCHumble/30-seconds-of-code/blob/main/snippets/complement.md)
- [containsWhitespace](https://github.com/WJCHumble/30-seconds-of-code/blob/main/snippets/containsWhitespace.md)
- [copySign](https://github.com/WJCHumble/30-seconds-of-code/blob/main/snippets/copySign.md)
- [createDirIfNotExists](https://github.com/WJCHumble/30-seconds-of-code/blob/main/snippets/createDirIfNotExists.md)
- [createElement](https://github.com/WJCHumble/30-seconds-of-code/blob/main/snippets/createElement.md)
- [currentURL](https://github.com/WJCHumble/30-seconds-of-code/blob/main/snippets/currentURL.md)
- [dayName](https://github.com/WJCHumble/30-seconds-of-code/blob/main/snippets/dayName.md)
- [dayOfYear](https://github.com/WJCHumble/30-seconds-of-code/blob/main/snippets/dayOfYear.md)
- [daysAgo](https://github.com/WJCHumble/30-seconds-of-code/blob/main/snippets/daysAgo.md)
- [daysFromNow](https://github.com/WJCHumble/30-seconds-of-code/blob/main/snippets/daysFromNow.md)
- [degreesToRads](https://github.com/WJCHumble/30-seconds-of-code/blob/main/snippets/degreesToRads.md)
- [daysFromNow](https://github.com/WJCHumble/30-seconds-of-code/blob/main/snippets/daysFromNow.md)
- [difference](https://github.com/WJCHumble/30-seconds-of-code/blob/main/snippets/difference.md)**中等**
- [accumulate](https://github.com/WJCHumble/30-seconds-of-code/blob/main/snippets/accumulate.md)
- [addDaysToDate](https://github.com/WJCHumble/30-seconds-of-code/blob/main/snippets/addDaysToDate.md)
- [addMultipleListeners](https://github.com/WJCHumble/30-seconds-of-code/blob/main/snippets/addMultipleListeners.md)
- [addWeekDays](https://github.com/WJCHumble/30-seconds-of-code/blob/main/snippets/addWeekDays.md)
- [allEqualBy](https://github.com/WJCHumble/30-seconds-of-code/blob/main/snippets/allEqualBy.md)
- [aperture](https://github.com/WJCHumble/30-seconds-of-code/blob/main/snippets/aperture.md)
- [arrayToCSV](https://github.com/WJCHumble/30-seconds-of-code/blob/main/snippets/arrayToCSV.md)
- [arrayToHTMLList](https://github.com/WJCHumble/30-seconds-of-code/blob/main/snippets/arrayToHTMLList.md)
- [averageBy](https://github.com/WJCHumble/30-seconds-of-code/blob/main/snippets/averageBy.md)**高级**
## 关于我
掘金:[https://juejin.im/user/2823201592973527/posts](https://juejin.im/user/2823201592973527/posts)
微信公众号:
![在这里插入图片描述](https://img-blog.csdnimg.cn/20201018213439800.jpg#pic_center)