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: Random-Human213/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.
  • 8 commits
  • 29 files changed
  • 7 contributors

Commits on Jun 12, 2026

  1. add error-handling exercise (exercism#2732)

    * add error-handling exercise
    
    * [CI] Format code
    
    * add github username and update proof.ci.js and  error-handling.js
    
    * Edit introduction and update proof.ci.js, error-handling.js, and error-handling.spec.js
    
    * Update exercises/practice/error-handling/error-handling.js
    
    Co-authored-by: Derk-Jan Karrenbeld <derk-jan+github@karrenbeld.info>
    
    * edit introduction.md proof.ci.js and error-handling.js
    
    * fix test passing by default
    
    * add handling for empty string
    
    * remove generic line
    
    * edit instructions.md, add more tests
    
    * Edit error-handling.spec.js to include test for specific errors and test for generic errors and test for error messages
    
    * Update exercises/practice/error-handling/.docs/introduction.md
    
    Co-authored-by: Cool-Katt <stani_s1@abv.bg>
    
    * Update exercises/practice/error-handling/.docs/introduction.md
    
    Co-authored-by: Cool-Katt <stani_s1@abv.bg>
    
    * Update exercises/practice/error-handling/error-handling.spec.js
    
    Co-authored-by: Cool-Katt <stani_s1@abv.bg>
    
    * edit test file and change difficulty level to 4 which is medium
    
    * [CI] Format code
    
    * Update introduction.md
    
    ---------
    
    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Co-authored-by: Derk-Jan Karrenbeld <derk-jan+github@karrenbeld.info>
    Co-authored-by: Cool-Katt <stani_s1@abv.bg>
    4 people authored Jun 12, 2026
    Configuration menu
    Copy the full SHA
    971f01d View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2026

  1. Bump actions/checkout from 6.0.3 to 7.0.0 (exercism#2849)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.3 to 7.0.0.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@df4cb1c...9c091bb)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: 7.0.0
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 2, 2026
    Configuration menu
    Copy the full SHA
    d8cabd2 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2026

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

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

Commits on Aug 2, 2026

  1. Bump actions/setup-node from 6.4.0 to 7.0.0 (exercism#2856)

    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 6.4.0 to 7.0.0.
    - [Release notes](https://github.com/actions/setup-node/releases)
    - [Commits](actions/setup-node@48b55a0...8207627)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-node
      dependency-version: 7.0.0
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 2, 2026
    Configuration menu
    Copy the full SHA
    1550e05 View commit details
    Browse the repository at this point in the history
  2. Bump actions/checkout from 7.0.0 to 7.0.1 (exercism#2855)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 7.0.0 to 7.0.1.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@9c091bb...3d3c42e)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: 7.0.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 2, 2026
    Configuration menu
    Copy the full SHA
    8125813 View commit details
    Browse the repository at this point in the history
  3. Bump github/codeql-action from 4 to 4.37.3 (exercism#2854)

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4 to 4.37.3.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@v4...v4.37.3)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-version: 4.37.3
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 2, 2026
    Configuration menu
    Copy the full SHA
    37e7927 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2026

  1. Fix small typo in introduction.md & about.md (exercism#2858)

    [no important files changed]
    resu-xuniL authored Aug 24, 2026
    Configuration menu
    Copy the full SHA
    0907d03 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b4166c4 View commit details
    Browse the repository at this point in the history
Loading