Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
eediallo pushed 1 commit to level400 eediallo/JS3-Module-Project-Partner
- add event lister on show selector to display matching episodes 706884a
eediallo pushed 1 commit to level400 eediallo/JS3-Module-Project-Partner
- sort show options alphabetically 1dc4744
eediallo created a review comment on a pull request on CodeYourFuture/Module-Data-Flows
I see! Thank you very much!
eediallo created a review comment on a pull request on CodeYourFuture/Module-Data-Flows
I have removed both checks and all test cases passed. Thank you!
eediallo pushed 1 commit to unit-testing eediallo/Module-Data-Flows
- calculator--> remove checks 2f00a4e
eediallo created a review comment on a pull request on CodeYourFuture/Module-Data-Flows
remove this check will make this test fail ```test("return number if param length is 1", () => { const str = "9"; const currentInput = add(str); const targetOutput = 9; expect(currentInput)...
eediallo created a review comment on a pull request on CodeYourFuture/Module-Data-Flows
Yes, I think I still need it because of the way I have written the code. Is there a better way to handle this?
eediallo created a comment on an issue on eediallo/My-Coursework-Planner
I have decided to react to one of my connections' posts three times a week to improve my Social Selling Index (SSI) score on LinkedIn. **Specific**: React to posts from my LinkedIn connections to ...
eediallo created a comment on an issue on eediallo/My-Coursework-Planner
![Image](https://github.com/user-attachments/assets/347cda5d-d461-489e-a00e-391b296d069e)
eediallo opened an issue on eediallo/My-Coursework-Planner
[TECH ED] JavaScript Challenges
### Link to the coursework https://github.com/CodeYourFuture/Module-Data-Flows/tree/main/challenges ### Why are we doing this? If you're completing the coursework with time to spare, you'r...eediallo opened an issue on eediallo/My-Coursework-Planner
[TECH ED] Book Library
### Link to the coursework https://github.com/CodeYourFuture/Module-Data-Flows/tree/main/debugging/book-library ### Why are we doing this? Making a simpler version of the TV Show Project, ...eediallo opened an issue on eediallo/My-Coursework-Planner
[PD] Linkedin Social Selling Index
### Objectives <!--{{<tasks>}}--> - [ ] Create an active presence on LinkedIn <!--{{</tasks>}}--> ### Coursework content Being on LinkedIn isn’t enough to get noticed. You also need to mak...eediallo opened an issue on eediallo/My-Coursework-Planner
[TECH ED] Array Destructuring
### Objectives <!--{{<objectives>}}--> - [ ] Use object destructuring to extract values from an object and assign them to variables in one line <!--{{</objectives>}}--> ### Link to the cour...eediallo created a comment on a pull request on CodeYourFuture/Module-Data-Flows
@mhmdk thank you for your constructive feedback! I really appreciate it.
eediallo pushed 1 commit to unit-testing eediallo/Module-Data-Flows
- write-tests--> refactor removeVowelsFromWords eb770f7
eediallo created a review comment on a pull request on CodeYourFuture/Module-Data-Flows
Sure!
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
- write-tests--> adds an edge case. 4670192