Commit Graph

  • 0d27422bc5 Change shift variable and function names c-auri 2022-11-18 14:44:11 +0100
  • 6046cee9cd
    Add files via upload reddforman 2022-11-17 10:16:52 -0800
  • c84478cc66
    Add files via upload reddforman 2022-11-17 10:15:28 -0800
  • d5e6e559cd
    Add files via upload reddforman 2022-11-17 08:44:11 -0800
  • 4366f7b039
    Add files via upload reddforman 2022-11-15 11:18:29 -0800
  • 614b9ff903
    Add files via upload reddforman 2022-11-14 08:13:04 -0800
  • e94742d58c Missed another README.md reference Asartea 2022-11-12 21:11:40 +0100
  • 9214f20afd restore initial test state Asartea 2022-11-12 21:07:47 +0100
  • 6bafdb5094 Accidently got rid of the function parameters Asartea 2022-11-12 21:03:08 +0100
  • 0b218347ff Missed README.md Asartea 2022-11-12 20:59:52 +0100
  • c037ad5bf5 Update tempConversion function naming to keep in sync with base branch Asartea 2022-11-12 20:56:14 +0100
  • 374252c302 Update tempConversion function's naming Asartea 2022-11-12 20:49:28 +0100
  • 71313b1d93
    Add files via upload reddforman 2022-11-11 09:11:57 -0800
  • cb46ea9e2d
    Add files via upload reddforman 2022-11-11 08:17:09 -0800
  • 5d5d2e31d3
    Bump minimatch from 3.0.4 to 3.1.2 dependabot[bot] 2022-11-11 12:48:48 +0000
  • 57b903d096
    Bump minimatch from 3.0.4 to 3.1.2 in /generator-exercise dependabot[bot] 2022-11-11 10:26:16 +0000
  • 4577661a48
    Add files via upload reddforman 2022-11-10 13:08:54 -0800
  • f573853be9
    Add files via upload reddforman 2022-11-09 07:20:44 -0800
  • 2564a335bc
    Add files via upload reddforman 2022-11-09 06:26:20 -0800
  • d6682bdb72
    Add files via upload reddforman 2022-11-08 20:00:29 -0500
  • 6452976a23
    Add files via upload reddforman 2022-11-07 15:51:13 -0500
  • 277d606197
    Add files via upload reddforman 2022-11-07 15:50:38 -0500
  • 85ea76b0a5
    Add files via upload reddforman 2022-11-07 14:08:49 -0500
  • 11e60edb77
    Add files via upload reddforman 2022-11-07 14:08:06 -0500
  • 9339c108aa
    Merge 6583a7abf0 into a05d4d60c8 gardenOctopus 2022-11-07 11:13:16 -0500
  • 6583a7abf0 merged octopusGarden 2022-11-07 11:13:06 -0500
  • dcbbe8a50e Completed factorial and power octopusGarden 2022-11-07 10:51:53 -0500
  • 0c51ad1a2b Added power calculator gardenOctopus 2022-11-05 19:36:20 -0400
  • 07d6d7683f Replaced toFixed with Math.round octopusGarden 2022-11-04 15:28:29 -0400
  • ddac01b1f4 Fixed leap years to work with centuries octopusGarden 2022-11-04 14:39:31 -0400
  • 184ec69606 Ensured sumAll works if the first number is larger octopusGarden 2022-11-04 14:21:51 -0400
  • 8f4b3f9ce9 modified the functions Isah Jacob 2022-10-31 23:30:08 +0100
  • 5c9a49ce8c remove the skip method Isah Jacob 2022-10-31 22:55:49 +0100
  • b57525e72c modified the function removed comments Isah Jacob 2022-10-31 22:54:47 +0100
  • 8dfcd1eb07 used .tolowercase metheod to convert every string to lower changes I used also .replace with regular expression that will match anything between A-Z, and a-z and replace afterwards processed the string using .split, .reverse, and .join method and the function return true if processedString is equal to reversedString; Isah Jacob 2022-10-31 22:41:59 +0100
  • 879d67a4b2 I supplied a parameter called array I use .map method to map the book to the title. Isah Jacob 2022-10-31 21:59:13 +0100
  • 16b15bbc9e Removed the skip method to run the test Isah Jacob 2022-10-31 21:40:51 +0100
  • 92e050d85f I added parameters to the functions I converted the sum and multiplication parameters to an array I used lamda in order to multiply through the numbers Isah Jacob 2022-10-31 21:34:26 +0100
  • f1f97f4295 modified the each function Isah Jacob 2022-10-31 21:31:57 +0100
  • 7b3d057517 Corrected fourth exercise octopusGarden 2022-10-31 14:12:07 -0400
  • 94cb07cfc6 created two prameter inside the add function assigned each with a value 8 and 10 add the two variable using the plus operator assign the result to the result variable and return the result variable Isah Jacob 2022-10-31 18:52:54 +0100
  • f7ca8ba56e modified the parameter to carry the full spelling instead of just letter Isah Jacob 2022-10-31 17:40:10 +0100
  • 9290e3502c created two function that takes a parameter use the conversion formula to convert from fahrenheit to celsius and from celsius to fahrenheit Isah Jacob 2022-10-31 17:25:11 +0100
  • 8c96eb988d modified the test file. running test only on the first test case. the skip method remains on the rest Isah Jacob 2022-10-31 17:23:43 +0100
  • bb876de4d4 Remove the skip method to run all test cases Isah Jacob 2022-10-30 23:51:07 +0100
  • 34e89ed634 An if statement that check if leapYear is divisible by 4 will equal 0 and also check if leapYear divisible by 100 will not equal 0 and compare also if leapYear is divisible by 400 and will equal 0 Isah Jacob 2022-10-30 23:46:42 +0100
  • c06c96ab14 Removed the skip method to run the test on all test cases Isah Jacob 2022-10-30 23:14:19 +0100
  • a72813e9c4 If statement to check lowInteger and highInteger are numbers using Number object to represent them as a Number also I used isInteger boolean condition to check that lowInteger and highInteger is an integer that return an error Isah Jacob 2022-10-30 22:27:03 +0100
  • 9583f5d564 remove the skip method to run the test on all test cases Isah Jacob 2022-10-30 20:11:51 +0100
  • 32bea92581 I assigned the first element in the list to array created an empty array and I use forEach to loop through the element to assign the element to the newArray Isah Jacob 2022-10-30 19:05:13 +0100
  • 353884775e Updated exercises octopusGarden 2022-10-30 12:09:15 -0400
  • 1222acbb4b removed the skip method to be able to run multple test Isah Jacob 2022-10-29 11:39:32 +0100
  • 746d122896 added a parameter to the function I used the .split, .reverse and .join method to be able to reverse the string created a variable that holds the reversed string Isah Jacob 2022-10-29 11:35:46 +0100
  • 4bdabe13e5 run the first test and removed the skip method to allow the rest test run Isah Jacob 2022-10-29 11:08:34 +0100
  • 8ec38c4b57 created a variable that hold the string. loop through the number of times the string is repeated. assigned the number time the string is repeated to the variable created Isah Jacob 2022-10-29 11:05:02 +0100
  • 342604b4e2 added Hello World to the function so that the function can return Hello World Isah Jacob 2022-10-29 09:57:17 +0100
  • 765dc7031a Completed seventh exercise octopusGarden 2022-10-25 14:30:50 -0400
  • 06b0bc8a26 Completed sixth exercise octopusGarden 2022-10-25 13:36:36 -0400
  • 8800dd93ae Completed the fifth exercise octopusGarden 2022-10-25 13:21:06 -0400
  • 49743d45ee Completed fourth exercise octopusGarden 2022-10-24 16:58:25 -0400
  • a4c8df3240 Completed the third exercise octopusGarden 2022-10-24 16:18:16 -0400
  • f41af975a6 Completed second exercise octopusGarden 2022-10-24 15:36:18 -0400
  • c64fc24cc5 Completed the first exercise octopusGarden 2022-10-24 15:27:11 -0400
  • a05d4d60c8
    PR Template: Flip order of checklist and details (#289) Rachel Moser 2022-10-21 21:43:16 -0500
  • 06d0c179e7 modified: 01_helloWorld/helloWorld.js modified: 02_repeatString/repeatString.js modified: 02_repeatString/repeatString.spec.js modified: 03_reverseString/reverseString.js modified: 03_reverseString/reverseString.spec.js modified: 04_removeFromArray/removeFromArray.js modified: 04_removeFromArray/removeFromArray.spec.js modified: 05_sumAll/sumAll.js modified: 05_sumAll/sumAll.spec.js modified: 06_leapYears/README.md modified: 06_leapYears/leapYears.js modified: 06_leapYears/leapYears.spec.js modified: 07_tempConversion/README.md modified: 07_tempConversion/tempConversion.js modified: 07_tempConversion/tempConversion.spec.js Sudeep Sharma 2022-10-18 12:13:00 +0545
  • 611293d69b Update checklist for solutions branch Rachel Moser 2022-10-17 19:00:40 -0500
  • 53fc61c285 PR Template: Flip order of checklist and details Rachel Moser 2022-10-13 21:52:22 -0500
  • 4a267cd05a Change function arguments in removeFromArray Rajas Shah 2022-09-28 17:48:32 -0600
  • 7988a41b56 complete 01_helloWorld exercise GideonBature 2022-09-26 06:41:10 +0100
  • 59457fd8ff js TDD Konrad-Skowron 2022-09-09 15:52:56 +0200
  • c535b99c61 Fixed small typo Manu Devos 2022-09-07 01:03:12 +0200
  • 8e08c314dd
    Merge c3eae7f3d4 into 0747078d97 ArtitRise 2022-09-06 19:31:07 +0700
  • c3eae7f3d4 solutions ArtitRise 2022-09-06 19:18:39 +0700
  • 31dd9aabfe
    Merge 5e666133c7 into 0747078d97 Joshua Farrow 2022-09-05 14:48:34 +0100
  • 5e666133c7 Vulnerability Comment Added Josh Farrow 2022-09-05 14:47:46 +0100
  • 91069544b5
    Merge 71b9a8c67e into 0747078d97 Joshua Farrow 2022-09-05 14:37:14 +0100
  • 71b9a8c67e Updated 02-repeatString README.me Josh Farrow 2022-09-05 14:33:31 +0100
  • bd92cbba02 Updated README.ME Josh Farrow 2022-09-05 14:27:10 +0100
  • 8096003fd3
    Merge 47ddb0f87d into 0747078d97 Joshua Farrow 2022-09-05 13:42:52 +0100
  • 47ddb0f87d
    Update README.md Joshua Farrow 2022-09-05 13:41:53 +0100
  • 8bb1b7e20b
    Merge 99dd286a82 into 0747078d97 Joshua Farrow 2022-09-05 13:20:31 +0100
  • 99dd286a82
    Line 19 Clarification Joshua Farrow 2022-09-05 13:16:09 +0100
  • 91bd9064d1
    Added an iterative approach with (for of) Alejandro Hernandez 2022-09-05 01:38:07 -0700
  • 2f8473cbdc
    Update calculator.js Alejandro Hernandez 2022-08-30 01:14:16 -0700
  • a4f5ae477b exercise3 complete Jonathan Woodard 2022-08-27 12:31:32 -0500
  • 7499ee5d6f exercises 1 and 2 complete Jonathan Woodard 2022-08-27 11:40:20 -0500
  • 9b13e06ecd
    Update fibonacci.js Florent-Vasseur 2022-08-19 17:18:28 +0200
  • 4b93ff8219
    Merge pull request #1 from Florent-V/Florent-V-patch-1 Florent-Vasseur 2022-08-19 17:14:06 +0200
  • 4c3ce5e969
    Update fibonacci.js Florent-Vasseur 2022-08-19 17:12:53 +0200
  • e93ee20396 added answers Jared Ramon Elizan 2022-08-14 12:41:11 +0800
  • b9ca198809 added answers Jared Ramon Elizan 2022-08-14 12:06:59 +0800
  • a3d8e50f22 removed skips Jared Ramon Elizan 2022-08-14 12:06:48 +0800
  • ea3e861799 added answers Jared Ramon Elizan 2022-08-14 09:52:30 +0800
  • 94be66c211 removed skips Jared Ramon Elizan 2022-08-14 09:52:21 +0800
  • 2ed3dee244 added answers Jared Ramon Elizan 2022-08-14 08:47:33 +0800
  • 412aa49481 removed skip Jared Ramon Elizan 2022-08-14 08:47:23 +0800
  • f6d3775bf0 added initial answers Jared Ramon Elizan 2022-08-13 12:59:25 +0800
  • 5ce3d6acf7
    Updated sumAll.spec.js Mahir Mahdi 2022-08-10 21:40:24 +0600
  • 8766dc629b
    Updated sumAll.js Mahir Mahdi 2022-08-10 21:39:21 +0600
  • 52e5b59c91 add: solution to the fibonacci exercice using recursion Abdelhakim 2022-08-06 20:35:22 +0100