+ 7
for (let s = x; x <= y; s++) { if (s % 2) { //is odd } else { //is even } }
29th Jan 2019, 12:33 PM
Valen.H. ~
Valen.H. ~ - avatar