Commit Graph

11 Commits

Author SHA1 Message Date
NetMan 7c157bdc29 Added 2 tests, fixed first numbers and passed them in exercise 10 2024-01-11 21:37:42 +01:00
NetMan ad1ef473d6 Passed first 5 tests of exercise 10 2024-01-11 21:35:00 +01:00
NetMan 9d02464e9d Passed all remaining tests in exercise 09
Now replacing punctuation and spaces with blank, converting to lower case
2024-01-11 10:13:14 +01:00
NetMan 27551435b6 Passed first test in exercise 09
Converting string to array, reversing array, reconverting array to string
2024-01-11 10:08:59 +01:00
NetMan afbd11dad1 Passed "factorial" using recursive function in exercise 08 2024-01-11 10:05:10 +01:00
NetMan 72da0d32bc Passed "power" (using built in **) in exercise 08 2024-01-11 10:01:48 +01:00
NetMan e62fd9013c Passed "multiply" using reduce() array method in exercise 08 2024-01-11 10:00:30 +01:00
NetMan bcd6da249a Passed "sum" using reduce() array method in exercise 08 2024-01-11 09:59:22 +01:00
NetMan f4e1b0d95a Passed test for "substract" in exercise 08 2024-01-11 09:56:59 +01:00
NetMan 6aa84ac5f5 Passed tests for "add" in exercise 08 2024-01-11 09:56:09 +01:00
NetMan 4c89a8ee8c Initial commit 2024-01-11 09:52:05 +01:00