javascript
javascript copied to clipboard
Exercism exercises in JavaScript.
After seeing a couple of solutions to "Windowing System" during mentoring, I think the exercise could need some changes to better achieve it's learning objectives. * For `Position` and `Size`,...
Lately, for some PRs CI does not run at all for whatever reason. Example (https://github.com/exercism/javascript/pull/1663):  **Notice that it says "Checks 0" at the top.** When I close and open...
This is a tracking issue for the concept exercises that need some cleanup or improvement. - [x] https://github.com/exercism/javascript/issues/1049 (claimed) - [x] https://github.com/exercism/javascript/issues/1166 - [x] https://github.com/exercism/javascript/issues/1247 - [x] https://github.com/exercism/javascript/issues/1325 - [x]...
_This issue is part of the migration to v3. You can read full details about the various changes [here](https://github.com/exercism/v3-launch/)._ Exercism v3 introduces a new type of exercise: [Concept Exercises](https://github.com/exercism/v3-docs/blob/main/product/concept-exercises.md). All...
The script [ci-check](https://github.com/exercism/javascript/blob/main/scripts/ci-check) which in turn calls some other scripts runs for every exercise that was changed in a PR. That means e.g. for PRs that include some files being...
We noticed the master got out of sync somehow and here in my PR https://github.com/exercism/javascript/pull/1476, the package.json is not in sync but the CI is all green nevertheless. If I...
> ⚠️ If you have issues / are unsure, create ONE PR PER EXERCISE so it's easier to merge them as we can have discussions per exercise. If you're certain,...
:warning: Behold! This issue should be tackled after https://github.com/exercism/javascript/issues/1500 was completed. ## Getting started Here you can read about what Concept Exercises are and how they are structured: - [What...
closes #918
## Getting started Here you can read about what Concept Exercises are and how they are structured: - [What are Concept Exercises?](https://exercism.org/docs/building/product/concept-exercises) - [Concept Exercises](https://exercism.org/docs/building/tracks/concept-exercises) - [Concepts](https://exercism.org/docs/building/tracks/concepts) If you have...