mcts icon indicating copy to clipboard operation
mcts copied to clipboard

null or undefined when there is a no winner

Open panmona opened this issue 7 years ago • 1 comments

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?

panmona avatar Apr 04 '18 16:04 panmona

They both are 'falsely'. So in practice it makes no difference.

syzer avatar Jan 08 '20 07:01 syzer