Description
Some code paths are unreachable because the return, throw, break, and continue statements unconditionally exit a block of code. The code statements after the above keywords (which exit the code block) will not execute.
Occurrences
There is 1 occurrence of this issue in the repository.
See all occurrences on DeepSource → app.deepsource.com/gh/Sanketjadhav31/codebattle/issue/JS-0025/occurrences/
Description
Some code paths are unreachable because the
return,throw,break, andcontinuestatements unconditionally exit a block of code. The code statements after the above keywords (which exit the code block) will not execute.Occurrences
There is 1 occurrence of this issue in the repository.
See all occurrences on DeepSource → app.deepsource.com/gh/Sanketjadhav31/codebattle/issue/JS-0025/occurrences/