在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:exercism/javascript开源软件地址:https://github.com/exercism/javascript开源编程语言:JavaScript 99.1%开源软件介绍:Exercism JavaScript TrackExercism exercises in JavaScript This is the JavaScript track, one of the many tracks on Exercism.
It holds all the exercises that are currently implemented and available for students to complete.
The track consists of various concept exercises that teach the JavaScript syllabus, and various practice exercises, which are unlocked by progressing in the syllabus and can be used to practice concepts learned.
You can find this in the ToolsSee CONTRIBUTING.md for a list of requirements to contribute to this track.
It also has a list of tools you can use, of which the Running the code quality tooling (linter)This run npx eslint exercises/**/*.spec.js exercises/**/.meta/*.js --fix These are also the files that are linted using the lint script, mentioned in CONTRIBUTING.md. The lint rules imposed on contributors and maintainers are stricter than those for the student. The idea is that we do not impose style rules on the students, but we guard for (potential) errors. Files with strict rules:
Files with loose rules:
Running the test suiteThis runs npx babel-node scripts/test If the ASSIGNMENT=practice/two-fer npx babel-node scripts/test
Related repositories
Related TypeScript repositoriesA lot of the improvements made to this track and tooling are also made to the TypeScript track and tooling and vice-versa. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论