Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

NW6 | Fathi Kahin | JS2 | Reading list | Week 3 #177

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

fhkahin
Copy link

@fhkahin fhkahin commented Jan 11, 2024

Learners, PR Template

Self checklist

  • I have committed my files one by one, on purpose, and for a reason
  • I have titled my PR with COHORT_NAME | FIRST_NAME LAST_NAME | REPO_NAME | WEEK
  • I have tested my changes
  • My changes follow the style guide
  • My changes meet the requirements of this task

Changelist

Briefly explain your PR.

Questions

Ask any questions you have for your reviewer.

Copy link

netlify bot commented Jan 11, 2024

Deploy Preview for cute-gaufre-e4b4e5 ready!

Name Link
🔨 Latest commit c2c70c8
🔍 Latest deploy log https://app.netlify.com/sites/cute-gaufre-e4b4e5/deploys/65a058f2fc215f0008a5a4f8
😎 Deploy Preview https://deploy-preview-177--cute-gaufre-e4b4e5.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.


return listItem;
}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well done @fhkahin

readingList.innerHTML = '';

books.forEach((book) => {
const listItem = createBookListItem(book);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Again, it is great to see that you use separate functions for readability as well as testability.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants