mindedsecurity/JStillery

For loop + incrementation

Opened this issue · 0 comments

var x = 0; for (var i = 0; i < 1; i++) x++
if (x) alert("a");
var x = 0;
for (var i = 0; i < 1; i++)
    x++;
if (0)
    alert('a');