javascript
javascript copied to clipboard
Exercism exercises in JavaScript.
Added new concept exercise, appointment-time. Closes #1528.
Closes #1931
…quare-root, trinary, all-your-base, minesweeper, queen-attach, react, and zipper (not darts)
Task 3 of the concept exercise custom-signs states: > If the age is 50 or older, the sign will include the word _mature_, otherwise the sign will include the word...
I've noticed that there are a lot "error" cases in this exercise. IMO these two tests are superfluous : "close already closed account throws error" and "open already opened account...
Hey! I'd like to suggest some improvements on the Scale Generator tests. I think [in this form](https://github.com/exercism/javascript/blob/main/exercises/practice/scale-generator/scale-generator.spec.js) these tests are not correct. The `intervals.length` should be `scale.length - 1`. ```diff...
This PR will hopefully resolve this issue: https://github.com/exercism/javascript/issues/1906
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`....
Adding another new exercise
Bumps [eslint](https://github.com/eslint/eslint) from 8.49.0 to 9.0.0. Release notes Sourced from eslint's releases. v9.0.0 Breaking Changes b7cf3bd fix!: correct camelcase rule schema for allow option (#18232) (eMerzh) 09bd7fe feat!: move AST...