Skip to content

Class14 tictactoe#18

Open
deytonk wants to merge 7 commits intogh-pagesfrom
class14-tictactoe
Open

Class14 tictactoe#18
deytonk wants to merge 7 commits intogh-pagesfrom
class14-tictactoe

Conversation

@deytonk
Copy link
Owner

@deytonk deytonk commented Nov 28, 2017

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

Copy link

@stu-k stu-k left a comment

Choose a reason for hiding this comment

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

Hey Deyton! I'm helping Renee catch up on grading. So I know this is pretty much copy pasted from the facebook tutorial, so I'll throw you the same grade I did the others. Just make it your own and let me know and I'll re-grade it! (Feel free to use their CSS, but just start from scratch on the actual App.js)

[0, 4, 8],
[2, 4, 6],
];
for (let i = 0; i < lines.length; i++) {
Copy link

Choose a reason for hiding this comment

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

Shouldn't be using for loops any more

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