Josh Smith
097a73634f
Merge pull request #465 from JoshDevHub/change_style_of_notes
...
Change styling of notes for avoiding PRs and error messages
2024-05-04 14:12:04 -06:00
Josh Smith
6f9080c3db
Change styling of notes for avoiding PRs and error messages
2024-05-04 13:06:04 -07:00
Nikita Revenco
1695abe9d4
Exercise 12: Provide alternative solution ( #459 )
...
* feat(12): improve solution by making it more cleaner
* refactor(12): rename `array` to `people`
* feat(12): improve explanation of `??=`
Co-authored-by: MaoShizhong <122839503+MaoShizhong@users.noreply.github.com >
* feat(12): include both solutions
* feat(12): hint to use various array methods
* refactor(12): add semicolon
Co-authored-by: MaoShizhong <122839503+MaoShizhong@users.noreply.github.com >
* feat(12): use block comments instead of line for readability
Co-authored-by: MaoShizhong <122839503+MaoShizhong@users.noreply.github.com >
* refactor(12): remove unnecessary comment
Co-authored-by: MaoShizhong <122839503+MaoShizhong@users.noreply.github.com >
---------
Co-authored-by: MaoShizhong <122839503+MaoShizhong@users.noreply.github.com >
2024-05-03 16:30:56 +01:00
Charles Ulrich
45a5ced879
Improve README verbiage ( #453 )
...
This is sort of a grab-bag of things that I found while reading the README.
Each change is fairly small so it seemed best to combine them under one commit.
* Add link to The Odin Project home page in 1st paragraph.
* Remove a few contractions. (Contractions are not used consitently here,
so it was easier/better to just remove the few that popped up.)
* Fix some awkward phrasing.
2024-05-03 02:16:06 +01:00
Nikita Revenco
930673d9c8
feat(08): remove recursive solution ( #457 )
...
Not appropriate to expose learners to at this point in the curriculum
2024-05-03 02:13:38 +01:00
Nikita Revenco
1afbcf8644
feat(04): use const instead of var in solution ( #456 )
2024-05-03 02:12:28 +01:00
Eric Olkowski
1c322ddb47
Merge pull request #420 from kumang-subba/repeatstring_test_alternate_strings
...
added alternate repeatString test strings
2024-04-20 08:14:28 -04:00
Kumang Subba
9a5cdecf5b
Update 02_repeatString/solution/repeatString-solution.spec.js
...
Co-authored-by: Nikita Revenco <154856872+nikitarevenco@users.noreply.github.com >
2024-03-24 07:09:52 +02:00
Eric Olkowski
8209109149
Merge pull request #436 from TheOdinProject/plopGenerator
...
Replace generator-exercise with plop generator
2024-03-03 13:33:51 -05:00
Eric Olkowski
ffe7f1484a
Add newline at end of generated file content
2024-03-03 10:50:22 -05:00
Eric Olkowski
7faf5806f0
Update readme, add case-anything dep
2024-03-03 10:46:06 -05:00
Eric Olkowski
d063f5403e
Replace generator-exercise with plop generator
2024-03-03 10:46:06 -05:00
MaoShizhong
461c852f98
Use const for palindrome solution variable ( #439 )
2024-03-03 01:44:34 +00:00
MaoShizhong
f215901131
Replace palindromes exercise solution with non-regex version ( #438 )
...
Adapted the non-regex solution provided in the solutions branch (which
was not brought over to the main branch's solution file) to pass the
current test suite.
Cleaned formatting of comments and reworded for clarity.
2024-03-02 13:57:16 +00:00
Eric Olkowski
a7bcd235d8
Merge pull request #435 from manny53365/07_tempConversion-update-readme-for-clarity
...
07_tempConversion updated the readme file for clarity on the assignment
2024-02-13 17:25:31 -05:00
Eric Olkowski
b09216355f
Merge pull request #428 from donRehan/main
...
12_findTheOldest fix ambiguity and remove redundant test description
2024-02-13 17:24:09 -05:00
Manny Rodriguez
3006bca955
updated the readme file for clarity on the assignment
2024-02-14 03:43:16 +05:30
DonRehan
8bc6e47821
Update findTheOldest test to clear ambiguity
2024-02-12 14:36:33 +02:00
Kumang Subba
7a097ac960
Merge branch 'main' into repeatstring_test_alternate_strings
2024-02-10 18:44:14 +02:00
Eric Olkowski
a84f55bd60
Merge pull request #433 from manny53365/fix-typo-in-test-case
...
corrected typo in the test case for 02_repeatString
2024-02-09 08:53:24 -05:00
Kumang Subba
656d184963
Merge branch 'main' into repeatstring_test_alternate_strings
2024-02-09 13:57:41 +02:00
Manny Rodriguez
7512dd60bd
corrected typo in the test case
2024-02-08 22:20:22 +05:30
Austin
d740f2de09
Merge pull request #432 from damon314159/patch-1
...
04_removeFromArrray: missing test case
2024-02-05 15:14:54 +00:00
Damon
3a49a90dd7
feat: extra test case
2024-02-05 10:10:00 +00:00
Eric Olkowski
eac90c5621
Merge pull request #404 from TheOdinProject/dependabot/npm_and_yarn/babel/traverse-7.23.2
...
Bump @babel/traverse from 7.22.11 to 7.23.2
2024-02-03 15:14:01 -05: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
kumang
265c40fbef
added alternate repeatString test strings
2024-01-07 23:31:14 +02: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
dependabot[bot]
a0b07d91c9
Bump @babel/traverse from 7.22.11 to 7.23.2
...
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse ) from 7.22.11 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse )
---
updated-dependencies:
- dependency-name: "@babel/traverse"
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-10-19 06:02:23 +00: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