Move JS to it's own section

This commit is contained in:
Wilfried OLLIVIER 2020-06-12 14:28:08 +02:00
parent ea120c0bf5
commit f4ed3a9b3f
3 changed files with 4 additions and 4 deletions

View File

@ -18,11 +18,11 @@
- [arrays](./dev/ruby/arrays.md)
- [TypeScript](./dev/ts/main.md)
- [interfaces](./dev/ts/interfaces.md)
- [JavaScript](./dev/js/main.md)
- [ES6](./dev/js/es6.md)
- [Web](./dev/web/main.md)
- [front](./dev/web/front/main.md)
- [babel and babel-preset-stage-2](./dev/web/front/babel-preset-stage-2.md)
- [js](./dev/web/javascript/main.md)
- [ES6 features](./dev/web/javascript/es6.md)
- [front](./dev/web/front/main.md)
- [babel and babel-preset-stage-2](./dev/web/front/babel-preset-stage-2.md)
- [Regex](./dev/regex/main.md)
- [Tools](./dev/tools/main.md)
- [Git](./dev/tools/git.md)