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

NW-6 | Zeliha Pala | JS2| [TECH ED] Slideshow| WEEK-4 #229

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

zelihapala
Copy link

@zelihapala zelihapala commented Feb 2, 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 Feb 2, 2024

Deploy Preview for cute-gaufre-e4b4e5 ready!

Name Link
🔨 Latest commit b2fe2e0
🔍 Latest deploy log https://app.netlify.com/sites/cute-gaufre-e4b4e5/deploys/65bd3d9eade11400089e1f17
😎 Deploy Preview https://deploy-preview-229--cute-gaufre-e4b4e5.netlify.app/week-3/slideshow
📱 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.

Copy link

@Honestocean Honestocean left a comment

Choose a reason for hiding this comment

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

Great Job, the code is well organised and readable throughout, and well done on hitting the advanced goal! only note was that you had 3 images not 4, but really pleased with this work.

forwardPoint.addEventListener("click", moveForward);

/* forwardButton.addEventListener("click", moveForward);
backwardButton.addEventListener("click", moveBackward);

Choose a reason for hiding this comment

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

small thing, remove commented out code to keep code clean

let currentIndex = 0;
let intervalId;

const imageElement = document.getElementById("carousel-img");

Choose a reason for hiding this comment

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

good use of "const" and "let" throughout.

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