javascript icon indicating copy to clipboard operation
javascript copied to clipboard

Exercism exercises in JavaScript.

Results 111 javascript issues
Sort by recently updated
recently updated
newest added

[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to...

dependencies :arrow_up_small:
do not merge :construction:
javascript
x:size/small

Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 29.5.4 to 29.5.12. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/jest&package-manager=npm_and_yarn&previous-version=29.5.4&new-version=29.5.12)](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...

dependencies :arrow_up_small:
javascript
x:size/small

Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.32.2 to 3.36.1. Changelog Sourced from core-js's changelog. 3.36.1 - 2024.03.19 Changes v3.36.0...v3.36.1 Fixed some validation cases in Object.setPrototypeOf, #1329, thanks @​minseok-choe Fixed the order of validations...

dependencies :arrow_up_small:
javascript
x:size/small

As discussed in #2400, this PR is for adding the `lense-person` exercise. Implementation is by @sarava338, I helped with formatting. --- Closes #2400

created lens-person/ in exercises/practice added .meta/config.json added Instruction and Introduction in .docs/ added lens-person.js, lens.person.spec.js and .meta/proof.ci.js files copied babel.config.js, LICENCE, .npmrc, .gitignore, .eslintrc created src/ for util classes like...

I have added practice & pre requsites for darts problem Forum Topic : https://forum.exercism.org/t/fix-javascript-track-issue-987-added-practice-pre-requisites-for-dart/9702

This commit introduces a comprehensive tutorial on recursion in JavaScript. The tutorial provides easy-to-understand examples and explanations for beginners, covering the fundamental concepts of recursion, including base cases, recursive cases,...

Resolves #1818 Updated instructions.md to be less 'technical' and feel more part of the story. I also updated the test case description for the orderFromGrocer function to properly reflect the...

https://nodejs.org/en/blog/announcements/v21-release-announce

Resolve #1500 This is the start for the exercise. There is still some stuff that I haven't started on like hints and design. It is because I think they require...