mcts
mcts copied to clipboard
null or undefined when there is a no winner
In your readme you state that:
getWinner() returns the winner or undefined if there is no winner
But in the example below you use null. What should be used?
They both are 'falsely'. So in practice it makes no difference.