for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
while (true) {
alert(101);
alert
}
// unreachable
if (window.bla) {
console.log(window.bla ? 123 : 456);
console.log