Skip to content

Final#2

Open
seagreenmedia wants to merge 2 commits intoReturn-Ready-2021-JavaScript-Evening:mainfrom
seagreenmedia:main
Open

Final#2
seagreenmedia wants to merge 2 commits intoReturn-Ready-2021-JavaScript-Evening:mainfrom
seagreenmedia:main

Conversation

@seagreenmedia
Copy link
Copy Markdown

No description provided.

seagreenmedia added 2 commits November 27, 2020 00:07
@seagreenmedia seagreenmedia changed the title Close! Final Nov 30, 2020
@kburd kburd self-requested a review November 30, 2020 20:25
Copy link
Copy Markdown

@kburd kburd left a comment

Choose a reason for hiding this comment

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

Great work, 100%



let answer = "Yes";
let userAns = prompt("Are we there yet?");
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Perhaps a do while here?

}


for (let i = 1; i < 7; i++) {
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Should be consistent with your stop values. Both i<7 and <i<=6 are fine but both loops should use the same value

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants