var numbers = [1,2,3,4,5,6,7,8,9,10] ; var colours = ["red", "orange", "yellow", "green"] ; numbers.forEach(function(color) { if (color% 3 === 0) { console.log(color); } } ) ; what will be output?
Answers
Answered by
4
Similar questions
Math,
1 month ago
Political Science,
1 month ago
Science,
10 months ago
Math,
10 months ago
Math,
10 months ago