Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/justjavac/stackoverflow-cn
翻译 stackoverflow.com 上的热门问题
https://github.com/justjavac/stackoverflow-cn
javascript stackoverflow
Last synced: 3 months ago
JSON representation
翻译 stackoverflow.com 上的热门问题
- Host: GitHub
- URL: https://github.com/justjavac/stackoverflow-cn
- Owner: justjavac
- Created: 2013-06-01T06:34:43.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-02-05T14:17:41.000Z (almost 7 years ago)
- Last Synced: 2024-10-03T12:42:03.000Z (4 months ago)
- Topics: javascript, stackoverflow
- Homepage:
- Size: 18.6 KB
- Stars: 31
- Watchers: 7
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
stackoverflow-cn
================翻译 http://stackoverflow.com 上的热门问题。
如果你发现好的问题,可以通过 [Create Issues][1] 或者 [Pull Request][2] 的方式来投稿。
[1]: https://github.com/justjavac/stackoverflow-cn/issues/new
[2]: https://help.github.com/articles/using-pull-requests## 目录
### java
- [为什么 Math.round(0.49999999999999994) 的结果是 1](questions/why-does-math-round0-49999999999999994-return-1.md) 未翻译
### javascript
- [Why does [1,2] + [3,4] = “1,23,4” in JavaScript?](questions/why-does-1-2-3-4-1-23-4-in-javascript.md) ([中文](http://justjavac.com/javascript/2012/12/18/why-does-1-2-plus-3-4-equal-1-23-4-in-javascript.html))
- [Can you explain why ++[[]][+[]]+[+[]] = “10”?](questions/can-you-explain-why-10.md) ([中文](http://justjavac.com/javascript/2012/05/24/can-you-explain-why-10.html))
- [What is % in JavaScript?](questions/why-does-1-2-3-4-1-23-4-in-javascript.md) 未翻译