DonRehan
8bc6e47821
Update findTheOldest test to clear ambiguity
2024-02-12 14:36:33 +02:00
DonRehan
f3a6283a93
12_findTheOldest fix ambiguity and remove redundant test description
...
fix ambiguity in test description , old was 'finds the person with the
greatest age if someone is still living.'
remove redundant test that checks for 'finds the person with the
greatest age if the OLDEST is still living' since both this and the
above test for ability to check if there is no death year field.
2024-01-23 21:16:03 +02:00
Eric Olkowski
77363aa547
Merge pull request #424 from MaoShizhong/chore/improve-readme-wording-on-provided-solution
...
Repo README: Improve wording regarding TOP provided solution
2024-01-19 12:42:15 -05:00
MaoShizhong
c87cd1c9d8
Use lazy numbering as per style guide
2024-01-19 13:28:31 +00:00
MaoShizhong
d3a748812b
Update wording
2024-01-19 13:24:18 +00:00
Eric Olkowski
311ae2fc33
Merge pull request #342 from TheOdinProject/bycdiaz-patch-2-1
...
Adds hint to exercise
2024-01-19 08:14:51 -05:00
Eric Olkowski
f682844f77
Update 04_removeFromArray/README.md
2024-01-19 08:13:57 -05:00
Eric Olkowski
5f7e20f149
Merge pull request #426 from kennotfindsymbol/patch-1
...
02_repeatString/solution/repeatString-solution.spec.js: Fix typo
2024-01-19 07:28:15 -05:00
kennotfindsymbol
e7f5d91bd1
Fix typo
...
I think it should be 'randomly' instead of 'randomaly' on line31.
2024-01-19 19:19:49 +08:00
MaoShizhong
f4293596b7
Improve wording in README regarding TOP provided solution
...
Same change made in parallel with the css-exercises repo to unify
wording.
2024-01-15 09:06:44 +00:00
Austin
b8b1ae4eda
Merge pull request #396 from jamienorthman/main
...
10_fibonacci: handling of string zero & update of tests
2023-12-12 21:04:42 +00:00
Alex Younger
a27f66263a
Merge branch 'main' into main
2023-11-15 20:39:53 -05:00
Eric Olkowski
a3992aa0de
Merge pull request #409 from Luislev/main
...
10_fibonacci: Add alternative solution in fibonacci-solution.js
2023-11-11 07:17:33 -05:00
Luis Leiva
123e00d933
Add alternative solution in fibonacci-solution.js
2023-11-07 21:27:27 -05:00
Luis Leiva
908c4ed26e
Update fibonacci-solution.js
2023-11-05 23:12:41 -05:00
Jamienorthman
80ca665767
added explicit conversion to number for fibonacci solution
2023-10-29 12:36:58 +01:00
Miko
4a03e410bf
More consistent spelling in 10_fibonacci
...
Co-authored-by: Alex Younger <61510135+fortypercenttitanium@users.noreply.github.com >
2023-10-29 11:52:01 +01:00
Miko
38f0da9643
More consistent spelling in 10_fibonacci
...
Co-authored-by: Alex Younger <61510135+fortypercenttitanium@users.noreply.github.com >
2023-10-29 11:51:42 +01:00
Austin Sullivan
157972d135
Merge pull request #379 from TheOdinProject/dependabot/npm_and_yarn/generator-exercise/semver-and-nsp-5.7.2
...
Bump semver and nsp in /generator-exercise
2023-09-24 11:34:04 -04:00
dependabot[bot]
b469739659
Bump semver and nsp in /generator-exercise
...
Bumps [semver](https://github.com/npm/node-semver ) to 5.7.2 and updates ancestor dependency [nsp](https://github.com/nodesecurity/nsp ). These dependencies need to be updated together.
Updates `semver` from 5.4.1 to 5.7.2
- [Release notes](https://github.com/npm/node-semver/releases )
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md )
- [Commits](https://github.com/npm/node-semver/compare/v5.4.1...v5.7.2 )
Updates `nsp` from 2.7.0 to 3.2.1
- [Commits](https://github.com/nodesecurity/nsp/compare/v2.7.0...v3.2.1 )
---
updated-dependencies:
- dependency-name: semver
dependency-type: indirect
- dependency-name: nsp
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-09-24 15:28:31 +00:00
Austin Sullivan
406b1667aa
Merge pull request #392 from fabulousgk/fabulousgk/issue250
...
Javascript exercises - Update package.json and package-lock to latest module versions
2023-09-24 11:17:05 -04:00
Miko
e5c0f77d21
Fixed usage of test (skip all but first) in exercise
2023-09-18 23:11:41 +02:00
Miko
3b84151724
Fixed usage of test (no skip) in solution
2023-09-18 23:11:09 +02:00
Miko
59a2f1ce47
Added test case for string 0
2023-09-18 23:06:51 +02:00
Miko
5ac1931f72
Added test cases for 0 and string 0
2023-09-18 23:06:29 +02:00
Miko
f2c0d0955b
Added handling of string case for 0
2023-09-18 23:01:33 +02:00
Brian Lister
bb78d163fc
Add note about packages out of date
...
Related to: NPM Vulnerabilities Warning #250
2023-08-24 21:35:07 -05:00
Brian Lister
59d27bf89f
Update NPM packages to latest versions
...
Related to #250
2023-08-24 21:28:42 -05:00
Cody Loyd
85a9d56fde
Merge pull request #391 from TheOdinProject/revert-389-main
...
Revert "generator-exercise: Update name"
2023-08-23 17:25:26 -05:00
Carlos Diaz
7037c2c37c
Revert "generator-exercise: Update name"
2023-08-23 12:54:07 -07:00
Carlos Diaz
12f8ffc7e2
Merge pull request #389 from the-hdr/main
...
generator-exercise: Update name
2023-08-23 12:27:36 -07:00
Mohd Abbas Haidar
dd7078e1be
Change name
...
Changed name of directory generator-exercise to exercise-generator so that students don't confuse it for an exercise
2023-08-20 23:49:29 +05:30
Manon
dd9a83068d
Merge pull request #383 from RushilJalal/fix_Fibonacci_README
...
10_fibonacci: Update README.md
2023-08-01 14:27:55 +02:00
Rushil Jalal
43a8b165b4
Update 10_fibonacci/README.md
...
Co-authored-by: Manon <81025586+ManonLef@users.noreply.github.com >
2023-08-01 13:13:38 +05:30
Rushil Jalal
6d5f678ffc
Merge branch 'TheOdinProject:main' into fix_Fibonacci_README
2023-07-30 10:42:45 +05:30
Eric Olkowski
cdba6da97b
Merge pull request #368 from cats256/patch-1
...
Update sumAll-solution.js swap algorithm to standard method
2023-07-29 17:38:39 -04:00
Will
f5f6efae9b
Update sumAll-solution.js
2023-07-29 15:40:07 -05:00
Will
5513be576a
Update sumAll-solution.js
2023-07-29 15:39:33 -05:00
Rushil Jalal
631d24936b
Update README.md
2023-07-28 19:49:32 +05:30
Rushil Jalal
c9ad976fcb
Update README.md
2023-07-28 19:32:21 +05:30
01zulfi
191a43a192
Merge pull request #340 from RyanMcEntire/getting_older_test_wording
...
12_findTheOldest: Clarify test descriptions
2023-07-27 18:11:47 +05:00
Eric Olkowski
2ca07161fd
Merge pull request #382 from RushilJalal/fix_Fibonacci_README
...
10_fibonacci: Update README.md
2023-07-25 07:00:10 -04:00
Rushil Jalal
c77daf3fa9
Fix README.md Fibonacci series example
2023-07-24 23:37:21 +05:30
Eric Olkowski
9599e2ade3
Merge pull request #369 from cats256/cats256-branch
...
Reformat test parameters for consistency
2023-07-20 18:28:53 -04:00
Will
44e39f0412
Update calculator-solution.js
2023-07-16 16:06:25 -05:00
Will
1dae9df3ce
Update calculator-solution.spec.js
2023-07-16 16:02:28 -05:00
Will
f855eb51b2
Update calculator-solution.spec.js
2023-07-16 16:02:03 -05:00
Will
e10ee035ad
Update calculator.spec.js
2023-07-16 15:59:50 -05:00
Austin
e3810865cf
Merge pull request #378 from Roberra0/ex12_ReadmeClarified
...
Ex12 readme clarified
2023-07-12 08:27:24 +01:00
Roberra Aklilu
100f952f7a
Update README.md with minor word change
2023-07-10 17:21:52 -07:00