Skip to content
This repository was archived by the owner on Jan 3, 2023. It is now read-only.

West Midlands Class 3 - Tom Rafferty - JavaScript Core 2 - Week 3#107

Open
TomRafferty wants to merge 9 commits intoCodeYourFuture:mainfrom
TomRafferty:main
Open

West Midlands Class 3 - Tom Rafferty - JavaScript Core 2 - Week 3#107
TomRafferty wants to merge 9 commits intoCodeYourFuture:mainfrom
TomRafferty:main

Conversation

@TomRafferty
Copy link
Copy Markdown

Your Details

  • Your Name: Tom Rafferty
  • Your City: Wolverhampton
  • Your Slack Name: Tom Rafferty

Homework Details

  • Module: JavaScript Core 2
  • Week: 3

missing extra task - I may come back and finish it, if I get all of my work in on time.
the alarm works as intended - just doesn't format the seconds into minutes/hours of which I have no idea how to implement effectively.
doesn't have nice css on auto button yet
added proper time and also css to button
both extras have been completed but I'm unclear on how well they work
let count = 0;
//clear movies from DOM
for(let i = 0; i < allMoviesDiv.childNodes.length - 1; i++){
//start at the end
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

what does this loop do? the variable i is not used within the { }.

allMoviesDiv.lastChild.remove()
}
function writeMoviePerSecond(){
if(count < movieArray.length){
Copy link
Copy Markdown

@tenzyns tenzyns Oct 22, 2021

Choose a reason for hiding this comment

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

where is the movieArray defined or did you mean to type movies.length?

@tenzyns
Copy link
Copy Markdown

tenzyns commented Oct 22, 2021

I have completed the review. Well done Tom. you have written them very well.

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