-
Notifications
You must be signed in to change notification settings - Fork 0
Loops Example #11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: gh-pages
Are you sure you want to change the base?
Loops Example #11
Conversation
| console.log(`${person}`); | ||
| } | ||
| console.log('\n'); | ||
| // |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing second part of this question:
Then use a for...in loop and if state to console.log the value associated with the key birthDate.
|
|
||
| // 4. What is the difference between a while loop and a do...while loop? | ||
| // The difference is when the condition gets evaluated. The do...while loop will always run | ||
| // at least once. The while loop's test expression is checked at first. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
great explanations
stephsingler
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
great job. just missed on part of a question.
Checkpoint Rubric
This is the rubric that your instructor will use to grade your checkpoints. Please do not edit.
Checkpoint 1
Checkpoint 2
Checkpoint 3