2016-03-04 15:50:05 -05:00

12 lines
100 B
JavaScript

while (value) {
var foo = void 0;
if (bar) {
foo = [];
}
if (foo) {
doIt();
}
}