Commit Graph

  • 22a6289b62 Completed excercise 12 main Thuan Bui 2025-02-26 11:16:51 +09:00
  • 8beb3b7714 Complete excercise 11 Thuan Bui 2025-02-26 10:47:30 +09:00
  • 0a70d76792 Complete excercise 10 Thuan Bui 2025-02-26 10:44:12 +09:00
  • aa6cde3a79 Complete excersie 9 Thuan Bui 2025-02-26 10:21:22 +09:00
  • 6019c78cc9 Complete excercise 8 Thuan Bui 2025-02-26 09:55:45 +09:00
  • 478676904f Complete 7 Thuan Bui 2025-02-22 10:53:29 +09:00
  • f8b292fa9f Complete 6 Thuan Bui 2025-02-22 10:46:02 +09:00
  • 9aadd94685 Completed 1-5 Thuan Bui 2025-02-22 10:40:23 +09:00
  • c415382137 Completed 1-4 Thuan Bui 2025-02-22 10:23:40 +09:00
  • d4421b055f Merge pull request #524 from RedViperPT/issue_javascript-exercises_05_sumAll Josh Smith 2025-02-11 16:03:10 -07:00
  • b92866af31 Update the tests for the solutions RedViperPT 2025-02-11 22:55:05 +00:00
  • b025e48055 Improve testing to ensure solution matches expected behaviour RedViperPT 2025-02-11 22:36:53 +00:00
  • 59b5fc725e Merge pull request #518 from MaoShizhong/contributing-md Josh Smith 2025-02-10 20:47:41 -07:00
  • 45d06e12ff Merge pull request #522 from MaoShizhong/repeat-string-test Josh Smith 2025-02-10 20:04:47 -07:00
  • ace1d6eb4d Merge pull request #523 from MaoShizhong/repeat-string-builtin Josh Smith 2025-02-10 20:03:00 -07:00
  • 098f3f4733 Add important reminder about approved issue before PR MaoShizhong 2025-02-04 16:08:11 +00:00
  • b4be1d8752 Combine separate instruction sentence with instruction list MaoShizhong 2025-02-04 16:05:32 +00:00
  • 5ea6746a8d Add test preventing use of built-in String repeat method MaoShizhong 2025-02-04 04:08:26 +00:00
  • c5d806b88c Replace regex test with String.prototype.repeat test MaoShizhong 2025-02-04 03:51:30 +00:00
  • 15d4dd07e7 Tidy up comment style MaoShizhong 2025-02-04 03:48:41 +00:00
  • fd555e354c Merge pull request #521 from bhagyeshsp/patch-3 Josh Smith 2025-02-03 15:35:26 -07:00
  • e10d52cbc9 Merge pull request #505 from bhagyeshsp/patch-1 Josh Smith 2025-02-03 15:35:07 -07:00
  • 598ab5c937 02_repeatString/solution - Line-32, replace "odin" with "hey" Bhagyesh Pathak 2025-02-03 09:58:47 +05:30
  • 0da5ad23ef Merge pull request #506 from bhagyeshsp/patch-2 Josh Smith 2025-02-02 17:13:50 -07:00
  • 39169ed45d Use lazy numbering for ordered list MaoShizhong 2025-01-29 15:07:27 +00:00
  • bc1a836bbb Use repo-specific contributing guide link MaoShizhong 2025-01-29 14:59:32 +00:00
  • 7ef188212e Remove 'Adding New Exercises' section from general README.md MaoShizhong 2025-01-29 14:58:38 +00:00
  • 58df2c0495 Add contributing guide file MaoShizhong 2025-01-29 14:56:10 +00:00
  • 305ad2dfc8 Update 06_leapYears README.md with a reference Bhagyesh Pathak 2024-11-16 22:26:40 +05:30
  • 2861e62954 Javascript-exercises: 02_repeatString - Fix code on line 32 Bhagyesh Pathak 2024-11-13 19:37:26 +05:30
  • 203fd76a54 Merge pull request #501 from o1Suleyman/patch-2 Austin 2024-10-30 16:18:23 +00:00
  • 406b4c411e Whitespace and capitalization correction o1Suleyman 2024-10-26 13:22:50 +04:00
  • e51671ec4f Calculator Factorial: Remove redundant guard clause (#499) DavidSenn 2024-10-18 20:40:42 +02:00
  • a12f3116fd 08_calculator:Add more test cases for subtract and power (#494) Damon 2024-09-23 18:09:04 +01:00
  • 7ff69d817d Refactor issue markdowm to YAML templates (#491) Fábio Rodrigues Sousa 2024-09-04 22:16:13 +02:00
  • 29dd5a4a2e feat(repeatString): enforce manual implementation via loops (#460) Nikita Revenco 2024-08-10 18:00:39 +01:00
  • 0c5480d00e sumAll: Unify tests between solution and non-solution spec file (#488) Zohidjon Ma'rufov 2024-07-17 18:02:56 +05:00
  • 3c636bebee Leap Years: Use more appropriate solution (#483) jveneziano25 2024-06-27 06:25:01 -05:00
  • 435b88bf19 Merge pull request #481 from TheOdinProject/dependabot/npm_and_yarn/braces-3.0.3 Austin Sullivan 2024-06-11 15:16:57 -04:00
  • 6e3d7d2d19 Bump braces from 3.0.2 to 3.0.3 dependabot[bot] 2024-06-11 18:43:45 +00:00
  • 82712dbac1 Merge pull request #478 from pixie-cheeks/check_node_ver Austin Sullivan 2024-06-11 14:43:09 -04:00
  • c79a878fce Add minimum npm & node version requirements pixie-cheeks 2024-06-04 13:56:14 +05:30
  • 2154dcec4a Changed number to integer in sumAll (#477) saad sultan 2024-06-01 16:43:35 +05:00
  • 312bd8a1d9 05_sumAll: Update README.md (#475) Shubhat rashid 2024-05-25 18:06:54 +05:30
  • d67e7a3ecb 03_reverseString - update punctuation test case to include comma (#467) vishpant76 2024-05-07 00:10:50 +05:30
  • 097a73634f Merge pull request #465 from JoshDevHub/change_style_of_notes Josh Smith 2024-05-04 14:12:04 -06:00
  • 6f9080c3db Change styling of notes for avoiding PRs and error messages Josh Smith 2024-05-04 13:06:04 -07:00
  • 1695abe9d4 Exercise 12: Provide alternative solution (#459) Nikita Revenco 2024-05-03 16:30:56 +01:00
  • 45a5ced879 Improve README verbiage (#453) Charles Ulrich 2024-05-02 21:16:06 -04:00
  • 930673d9c8 feat(08): remove recursive solution (#457) Nikita Revenco 2024-05-03 02:13:38 +01:00
  • 1afbcf8644 feat(04): use const instead of var in solution (#456) Nikita Revenco 2024-05-03 02:12:28 +01:00
  • 1c322ddb47 Merge pull request #420 from kumang-subba/repeatstring_test_alternate_strings Eric Olkowski 2024-04-20 08:14:28 -04:00
  • 9a5cdecf5b Update 02_repeatString/solution/repeatString-solution.spec.js Kumang Subba 2024-03-24 07:09:52 +02:00
  • 8209109149 Merge pull request #436 from TheOdinProject/plopGenerator Eric Olkowski 2024-03-03 13:33:51 -05:00
  • ffe7f1484a Add newline at end of generated file content Eric Olkowski 2024-03-03 10:50:22 -05:00
  • 7faf5806f0 Update readme, add case-anything dep Eric Olkowski 2024-02-18 12:56:51 -05:00
  • d063f5403e Replace generator-exercise with plop generator Eric Olkowski 2024-02-18 12:44:48 -05:00
  • 461c852f98 Use const for palindrome solution variable (#439) MaoShizhong 2024-03-03 01:44:34 +00:00
  • f215901131 Replace palindromes exercise solution with non-regex version (#438) MaoShizhong 2024-03-02 13:57:16 +00:00
  • a7bcd235d8 Merge pull request #435 from manny53365/07_tempConversion-update-readme-for-clarity Eric Olkowski 2024-02-13 17:25:31 -05:00
  • b09216355f Merge pull request #428 from donRehan/main Eric Olkowski 2024-02-13 17:24:09 -05:00
  • 3006bca955 updated the readme file for clarity on the assignment Manny Rodriguez 2024-02-14 03:43:16 +05:30
  • 8bc6e47821 Update findTheOldest test to clear ambiguity DonRehan 2024-02-12 14:36:33 +02:00
  • 7a097ac960 Merge branch 'main' into repeatstring_test_alternate_strings Kumang Subba 2024-02-10 18:44:14 +02:00
  • a84f55bd60 Merge pull request #433 from manny53365/fix-typo-in-test-case Eric Olkowski 2024-02-09 08:53:24 -05:00
  • 656d184963 Merge branch 'main' into repeatstring_test_alternate_strings Kumang Subba 2024-02-09 13:57:41 +02:00
  • 7512dd60bd corrected typo in the test case Manny Rodriguez 2024-02-08 22:20:22 +05:30
  • d740f2de09 Merge pull request #432 from damon314159/patch-1 Austin 2024-02-05 15:14:54 +00:00
  • 3a49a90dd7 feat: extra test case Damon 2024-02-05 09:59:37 +00:00
  • eac90c5621 Merge pull request #404 from TheOdinProject/dependabot/npm_and_yarn/babel/traverse-7.23.2 Eric Olkowski 2024-02-03 15:14:01 -05:00
  • f3a6283a93 12_findTheOldest fix ambiguity and remove redundant test description DonRehan 2024-01-23 21:16:03 +02:00
  • 77363aa547 Merge pull request #424 from MaoShizhong/chore/improve-readme-wording-on-provided-solution Eric Olkowski 2024-01-19 12:42:15 -05:00
  • c87cd1c9d8 Use lazy numbering as per style guide MaoShizhong 2024-01-19 13:28:31 +00:00
  • d3a748812b Update wording MaoShizhong 2024-01-19 13:24:18 +00:00
  • 311ae2fc33 Merge pull request #342 from TheOdinProject/bycdiaz-patch-2-1 Eric Olkowski 2024-01-19 08:14:51 -05:00
  • f682844f77 Update 04_removeFromArray/README.md Eric Olkowski 2024-01-19 08:13:57 -05:00
  • 5f7e20f149 Merge pull request #426 from kennotfindsymbol/patch-1 Eric Olkowski 2024-01-19 07:28:15 -05:00
  • e7f5d91bd1 Fix typo kennotfindsymbol 2024-01-19 19:19:49 +08:00
  • f4293596b7 Improve wording in README regarding TOP provided solution MaoShizhong 2024-01-15 09:06:44 +00:00
  • 265c40fbef added alternate repeatString test strings kumang 2024-01-07 23:31:14 +02:00
  • b8b1ae4eda Merge pull request #396 from jamienorthman/main Austin 2023-12-12 21:04:42 +00:00
  • a27f66263a Merge branch 'main' into main Alex Younger 2023-11-15 20:39:53 -05:00
  • a3992aa0de Merge pull request #409 from Luislev/main Eric Olkowski 2023-11-11 07:17:33 -05:00
  • 123e00d933 Add alternative solution in fibonacci-solution.js Luis Leiva 2023-11-07 21:27:27 -05:00
  • 908c4ed26e Update fibonacci-solution.js Luis Leiva 2023-11-05 23:12:41 -05:00
  • 80ca665767 added explicit conversion to number for fibonacci solution Jamienorthman 2023-10-29 12:36:58 +01:00
  • 4a03e410bf More consistent spelling in 10_fibonacci Miko 2023-10-29 11:52:01 +01:00
  • 38f0da9643 More consistent spelling in 10_fibonacci Miko 2023-10-29 11:51:42 +01:00
  • a0b07d91c9 Bump @babel/traverse from 7.22.11 to 7.23.2 dependabot[bot] 2023-10-19 06:02:23 +00:00
  • 157972d135 Merge pull request #379 from TheOdinProject/dependabot/npm_and_yarn/generator-exercise/semver-and-nsp-5.7.2 Austin Sullivan 2023-09-24 11:34:04 -04:00
  • b469739659 Bump semver and nsp in /generator-exercise dependabot[bot] 2023-09-24 15:28:31 +00:00
  • 406b1667aa Merge pull request #392 from fabulousgk/fabulousgk/issue250 Austin Sullivan 2023-09-24 11:17:05 -04:00
  • e5c0f77d21 Fixed usage of test (skip all but first) in exercise Miko 2023-09-18 23:11:41 +02:00
  • 3b84151724 Fixed usage of test (no skip) in solution Miko 2023-09-18 23:11:09 +02:00
  • 59a2f1ce47 Added test case for string 0 Miko 2023-09-18 23:06:51 +02:00
  • 5ac1931f72 Added test cases for 0 and string 0 Miko 2023-09-18 23:06:29 +02:00
  • f2c0d0955b Added handling of string case for 0 Miko 2023-09-18 23:01:33 +02:00
  • bb78d163fc Add note about packages out of date Brian Lister 2023-08-24 21:35:07 -05:00
  • 59d27bf89f Update NPM packages to latest versions Brian Lister 2023-08-24 21:28:42 -05:00
  • 85a9d56fde Merge pull request #391 from TheOdinProject/revert-389-main Cody Loyd 2023-08-23 17:25:26 -05:00