Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
eediallo created a review comment on a pull request on CodeYourFuture/Module-Data-Flows
Thanks for the constructive feedback.
eediallo created a review comment on a pull request on CodeYourFuture/Module-Data-Flows
Done!
eediallo pushed 1 commit to unit-testing eediallo/Module-Data-Flows
- calculator --> add test where input consists of a single negative value 36e030f
eediallo opened a pull request on CodeYourFuture/Module-Data-Flows
London | Elhadj Abdoul Diallo| Module-Data-Flows| Week3 - challenges/unit-testing
<!-- You must title your PR like this: COHORT_NAME | FIRST_NAME LAST_NAME | REPO_NAME | WEEK For example, NW4 | Carol Owen | HTML-CSS-Module | Week1 Complete the task list below this...eediallo pushed 1 commit to unit-testing eediallo/Module-Data-Flows
- write-tests---> refactor and write test to remove vowels in words 4551a28
eediallo pushed 1 commit to unit-testing eediallo/Module-Data-Flows
- write-tests---> checks if original array has not changed cdc5594
eediallo pushed 1 commit to unit-testing eediallo/Module-Data-Flows
- write-tests---> return largest number d41903e
eediallo pushed 1 commit to unit-testing eediallo/Module-Data-Flows
- get average-> calculate average of numbers 6d160c2
eediallo pushed 1 commit to unit-testing eediallo/Module-Data-Flows
- get average-> sort numbers a5441f3
eediallo pushed 1 commit to unit-testing eediallo/Module-Data-Flows
- get average-> filter only numbers 5c90ad2
eediallo pushed 1 commit to unit-testing eediallo/Module-Data-Flows
- factorial --> make factorial test pass by fixing factorial func bdc40c4
eediallo pushed 1 commit to unit-testing eediallo/Module-Data-Flows
- car-sales --> refactor sales 962bef0
eediallo pushed 1 commit to unit-testing eediallo/Module-Data-Flows
- car-sales --> use object destructuring to refactor sales 45b0ad5
eediallo pushed 1 commit to unit-testing eediallo/Module-Data-Flows
- car-sales --> remove console.log c02c7e5
eediallo pushed 1 commit to unit-testing eediallo/Module-Data-Flows
- car-sales --> makes sales test pass by fixing sales function c4bfb7d
eediallo pushed 1 commit to unit-testing eediallo/Module-Data-Flows
- roman-numerals --> implement convertToOldRoman function with its test cases 2cc1f22
eediallo pushed 1 commit to unit-testing eediallo/Module-Data-Flows
- roman-numerals --> changes variable names f2c42d7
eediallo pushed 1 commit to unit-testing eediallo/Module-Data-Flows
- roman-numerals --> return MCMXCIV if passed 1994 as argument test case 4d953ed
eediallo pushed 1 commit to unit-testing eediallo/Module-Data-Flows
- roman-numerals --> return CM if passed 900 as argument test case 19af848
eediallo pushed 1 commit to unit-testing eediallo/Module-Data-Flows
- roman-numerals --> return CD if passed 400 as argument test case 3319a89
eediallo pushed 1 commit to unit-testing eediallo/Module-Data-Flows
- roman-numerals --> return XC if passed 90 as argument test case 486fca1
eediallo pushed 1 commit to unit-testing eediallo/Module-Data-Flows
- roman-numerals --> return XL if passed 40 as argument test case f103e0e
eediallo pushed 1 commit to unit-testing eediallo/Module-Data-Flows
- roman-numerals --> return IX if passed 9 as argument test case 704c7bf
eediallo pushed 1 commit to unit-testing eediallo/Module-Data-Flows
- roman-numerals --> return IV if passed 4 as argument test case bb0997e
eediallo pushed 1 commit to unit-testing eediallo/Module-Data-Flows
- roman-numerals --> refactor convertToNewRoman b49ffea
eediallo pushed 1 commit to unit-testing eediallo/Module-Data-Flows
- roman-numerals --> creates the value array 0e576c2
eediallo pushed 1 commit to unit-testing eediallo/Module-Data-Flows
- roman-numerals --> update the numeral object 556bf34
eediallo pushed 1 commit to unit-testing eediallo/Module-Data-Flows
- roman-numerals --> returns V if passed 5 as an argument 76d400c