Replace Javascript with JavaScript (#4502)

This commit is contained in:
Oleksandr Redko
2020-10-20 16:49:41 +03:00
committed by GitHub
parent 3c7948ff93
commit ee752a430e
17 changed files with 35 additions and 35 deletions

View File

@ -463,7 +463,7 @@
* [用jersey构建REST服务](https://github.com/waylau/RestDemo)
### Javascript
### JavaScript
* [Airbnb JavaScript 规范](https://github.com/adamlu/javascript-style-guide)
* [ECMAScript 6 入门](http://es6.ruanyifeng.com) - 阮一峰