Files
2025-02-05 04:43:28 +00:00

8 lines
238 B
HTML

<html>
<body>
Reports unnecessary comparisons with
<code>.indexOf()</code> expressions. An example of such an expression
is comparing the result of <code>.indexOf()</code> with numbers smaller than -1.
<!-- tooltip end -->
</body>
</html>