js forEach📅 2025-08-08 09:55:20 — 👀 157 — 👦 admin const numbers = [1, 2, 3, 4, 5]; numbers.forEach(function(number) { console.log(number); });