-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: J4ve/exercism-javascript
base: main
head repository: exercism/javascript
compare: main
- 12 commits
- 30 files changed
- 8 contributors
Commits on Sep 15, 2025
-
🤖 Auto-sync docs, metadata, and filepaths (exercism#2760)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a13f06e - Browse repository at this point
Copy the full SHA a13f06eView commit details
Commits on Sep 22, 2025
-
Configuration menu - View commit details
-
Copy full SHA for bb934d9 - Browse repository at this point
Copy the full SHA bb934d9View commit details -
Update tests variable length quantity (exercism#2728)
* Sync test.toml * Update test files * Update config.json * verify hexa values
Configuration menu - View commit details
-
Copy full SHA for 1e9e15b - Browse repository at this point
Copy the full SHA 1e9e15bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 702e805 - Browse repository at this point
Copy the full SHA 702e805View commit details -
Configuration menu - View commit details
-
Copy full SHA for 724cafd - Browse repository at this point
Copy the full SHA 724cafdView commit details -
Configuration menu - View commit details
-
Copy full SHA for c6ff2ba - Browse repository at this point
Copy the full SHA c6ff2baView commit details -
Configuration menu - View commit details
-
Copy full SHA for aa2b33d - Browse repository at this point
Copy the full SHA aa2b33dView commit details
Commits on Sep 23, 2025
-
Update tests word-search (exercism#2750)
* Update tests word-serach * Format changes
Configuration menu - View commit details
-
Copy full SHA for 79d0d12 - Browse repository at this point
Copy the full SHA 79d0d12View commit details
Commits on Sep 29, 2025
-
Fix faulty tests for
createAppointment
(exercism#2767)* fix: correct implementation of `createAppointment` Makes the suggested implementation of `createAppointment` correctly handle appointment creations that cross timezones - e.g. due to Daylight Savings Time. re: https://forum.exercism.org/t/tests-and-suggested-implementation-for-appointment-time-are-wrong/ * fix: correct tests for `createAppointment` Corrects the test so that they respect locales with Daylight Savings Time. Previously, tests and suggested implementation simply did simple time arithmetic based on the offset provided to `createAppointment`. This is wrong, as it will shift appointment time-of-day when moving accross DST boundaries. This changes test implementation so that: 1. correct usage of input times is checked, by passing a 0 offset 2. correct offsetting of appointment time is checked, by passing in a known start date and then creating one appointment that is within the same DST state and one that is not. re: https://forum.exercism.org/t/tests-and-suggested-implementation-for-appointment-time-are-wrong/ * docs: update hints * chore: update contributors * style: prettier * docs: refer to instructions for going about getter method Co-authored-by: Cool-Katt <[email protected]> * docs: more concise hint about setters Co-authored-by: Cool-Katt <[email protected]> * Format all the things --------- Co-authored-by: Cool-Katt <[email protected]> Co-authored-by: Derk-Jan Karrenbeld <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a5bd153 - Browse repository at this point
Copy the full SHA a5bd153View commit details
Commits on Oct 2, 2025
-
Enhance template string lesson with newline escape sequence demonstra…
…tion (exercism#2776) * Update introduction.md * Update instructions.md * Update concepts/template-strings/introduction.md Co-authored-by: Derk-Jan Karrenbeld <[email protected]> * [CI] Format code --------- Co-authored-by: Derk-Jan Karrenbeld <[email protected]> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3a5f9ae - Browse repository at this point
Copy the full SHA 3a5f9aeView commit details -
Bump actions/setup-node from 4.4.0 to 5.0.0 (exercism#2771)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.4.0 to 5.0.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@49933ea...a0853c2) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e48e30f - Browse repository at this point
Copy the full SHA e48e30fView commit details -
Bump actions/github-script from 7.0.1 to 8.0.0 (exercism#2770)
Bumps [actions/github-script](https://github.com/actions/github-script) from 7.0.1 to 8.0.0. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@60a0d83...ed59741) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b24b460 - Browse repository at this point
Copy the full SHA b24b460View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...main