JSFiddle - React, Tailwind, and code Playground

by Daniil464

JavaScript

let arr = [0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16];
for(i = 0; i<17; i++){if (i%3 == 0){console.log(arr[i])}}