Skip to content

Conversation

@rcantu1234
Copy link
Owner

Checkpoint Rubric

This is the rubric that your instructor will use to grade your checkpoints. Please do not edit.

Checkpoint 1

  • All tests passed: 40 points
  • Proper use of documentation (commenting on code): 15 points
  • Properly indented code: 15 points
  • Demonstrated effective use of JavaScript: 30 points

Checkpoint 2

  • The application works as it should: 40 points
  • Proper use of documentation (commenting on code): 15 points
  • Properly indented code: 15 points
  • Demonstrated effective use of JavaScript and the DOM API: 30 points

Checkpoint 3

  • Use of React: 25 points
  • Accesses an API: 25 points
  • Proper use of documentation (commenting on code): 25 points
  • The application functions as it should: 25 points

console.log(`${person}`);
}
console.log('\n');
//

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.

Choose a reason for hiding this comment

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

great explanations

Copy link

@stephsingler stephsingler 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. just missed on part of a question.

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.

4 participants