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 eediallo/JS3-Module-Project
Could you please elaborate why you have ```allEpisodes``` as a parameter here? why are you not using it in your code and where the ```searchEpisodeCards``` is called?
eediallo created a review comment on a pull request on eediallo/JS3-Module-Project
What do you think might happen if the `toLowerCase()` method is not applied to the `cardText` variable, unlike the `searchText` variable?
eediallo opened a pull request on CodeYourFuture/Module-Data-Flows
London| Elhadj Abdoul Diallo| Module-Data-Flows| WEEK2
<!-- 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 feature/book-library eediallo/Module-Data-Flows
- remove render in load event 9b8eeb7
eediallo pushed 1 commit to feature/book-library eediallo/Module-Data-Flows
- fix delete button 0dfa51a
eediallo pushed 1 commit to feature/book-library eediallo/Module-Data-Flows
- uses author and title correctly ed2d380
eediallo pushed 1 commit to feature/book-library eediallo/Module-Data-Flows
- remove onclick event in index.html c5bea20
eediallo pushed 1 commit to feature/book-library eediallo/Module-Data-Flows
- adds event on add new book 88e0b92
eediallo pushed 1 commit to feature/book-library eediallo/Module-Data-Flows
- update to the right array b49f0f5
eediallo created a review comment on a pull request on CodeYourFuture/Module-Data-Flows
Yes, I agree. The values are the same, therefore would make sense to set them as constants
eediallo pushed 1 commit to feature/destructuring eediallo/Module-Data-Flows
- remove default array in param 07d85c0
eediallo created a review comment on a pull request on CodeYourFuture/Module-Data-Flows
It would have worked fine!
eediallo pushed 1 commit to feature/destructuring eediallo/Module-Data-Flows
- creates formatReceiptDetails function b09f89f
eediallo pushed 1 commit to feature/book-library eediallo/Module-Data-Flows
- comment render function out 3b432f4
eediallo pushed 1 commit to feature/book-library eediallo/Module-Data-Flows
- replace delBut by delButton element 56f2670
eediallo pushed 1 commit to feature/destructuring eediallo/Module-Data-Flows
- refactor formatCurrency function a3dba88
eediallo pushed 1 commit to feature/destructuring eediallo/Module-Data-Flows
- creates function to format currency 375e4fc
eediallo created a review comment on a pull request on CodeYourFuture/Module-Data-Flows
```=personOne``` acts as the default array here, meaning if no other array is passed the values ```{name, age, favouriteFood}``` will come from it. It is needed here because we are only allowed to ...
eediallo pushed 1 commit to feature/book-library eediallo/Module-Data-Flows
- link book.js and complete the addBook function d1db03c
eediallo pushed 1 commit to feature/book-library eediallo/Module-Data-Flows
- removes the extra braces e07c146