js forEach📅 2025-06-05 00:46:46 — 👀 113 — 👦 admin const numbers = [1, 2, 3, 4, 5]; numbers.forEach(function(number) { console.log(number); });