Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: J4ve/exercism-javascript
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: exercism/javascript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 30 files changed
  • 8 contributors

Commits on Sep 15, 2025

  1. 🤖 Auto-sync docs, metadata, and filepaths (exercism#2760)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Sep 15, 2025
    Configuration menu
    Copy the full SHA
    a13f06e View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2025

  1. Configuration menu
    Copy the full SHA
    bb934d9 View commit details
    Browse the repository at this point in the history
  2. Update tests variable length quantity (exercism#2728)

    * Sync test.toml
    
    * Update test files
    
    * Update config.json
    
    * verify hexa values
    jagdish-15 authored Sep 22, 2025
    Configuration menu
    Copy the full SHA
    1e9e15b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    702e805 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    724cafd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c6ff2ba View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    aa2b33d View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2025

  1. Update tests word-search (exercism#2750)

    * Update tests word-serach
    
    * Format changes
    jagdish-15 authored Sep 23, 2025
    Configuration menu
    Copy the full SHA
    79d0d12 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2025

  1. 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]>
    3 people authored Sep 29, 2025
    Configuration menu
    Copy the full SHA
    a5bd153 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2025

  1. 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>
    3 people authored Oct 2, 2025
    Configuration menu
    Copy the full SHA
    3a5f9ae View commit details
    Browse the repository at this point in the history
  2. 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>
    dependabot[bot] authored Oct 2, 2025
    Configuration menu
    Copy the full SHA
    e48e30f View commit details
    Browse the repository at this point in the history
  3. 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>
    dependabot[bot] authored Oct 2, 2025
    Configuration menu
    Copy the full SHA
    b24b460 View commit details
    Browse the repository at this point in the history
Loading