js forEach📅 2025-04-17 22:59:04 — 👀 87 — 👦 admin const numbers = [1, 2, 3, 4, 5]; numbers.forEach(function(number) { console.log(number); });