Hello, I'm doing the test on TypeScript and there is a bug or error in the first case, the first thest 'xo' is supposed to return true since there is the same amount of x and o, even in the Sample Test below it says that the result should be true, but when I run my exercise my return is true but the output says that the result should be false. ¿I'm doing something wrong or its just that this case have an error?.
Remember that you can always ask for help in the
#help-solve
channel of Codewars Discord!Now it´s working, to be fair I don´t know what I change, but now its working!.
It is not a problem with the kata.
Hello, I'm doing the test on TypeScript and there is a bug or error in the first case, the first thest 'xo' is supposed to return true since there is the same amount of x and o, even in the Sample Test below it says that the result should be true, but when I run my exercise my return is true but the output says that the result should be false. ¿I'm doing something wrong or its just that this case have an error?.
Thanks in advance!.
Took me like 1 hour to realize that they needed the last letter to be the same as well :D