forEach(year =>{if(test_LeapYear(year))new_array.push(year);}); return new_array; } function test_LeapYear(year) {if((year%4===0&&year%100!==0)