for (let index = 0; index < 10; index++) { if (index % 2) { index+=3; continue; } let fn = function () {index;}; }