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

Conversation

sentayhuJo
Copy link

Hello David's, I have completed this assignment. i used Javascript and css to complete the assignment.

Note : i will try re code this assignment using Vanilla javascript.

Waiting for Comment

@davelondono
Copy link
Contributor

Nice! Short and simple. Would be great if you could share your code with the class on Sunday and explain to them what you did.

square.innerHTML = 'O';
player = 1;
}

var result = checkGameOver();
var result = winner();

if( result!==false ) {
Copy link
Member

Choose a reason for hiding this comment

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

It's good to be exact, but you could also do if (!result) {...

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.

3 participants