1 | while (true) { |
||
0 ignored issues
–
show
Bug
introduced
by
![]() |
|||
2 | alert(101); |
||
3 | } |
||
4 | |||
5 | // unreachable |
||
6 | if (window.bla) { |
||
7 | console.log(window.bla ? 123 : 456); |
||
8 | } |
||
9 | |||
10 |