Bug Report for https://neetcode.io/problems/guess-number-higher-or-lower
Declared task defines guess() method is pre-existing. Yet TypeScript yields that the guess() method is not found. That creates a confusion for me as a user. I even thought for a moment I need to declare and implement this.
Bug Report for https://neetcode.io/problems/guess-number-higher-or-lower
Declared task defines
guess()method is pre-existing. Yet TypeScript yields that the guess() method is not found. That creates a confusion for me as a user. I even thought for a moment I need to declare and implement this.