Contact: aviboots(AT)netvision.net.il
38,570 questions
50,249 answers
573 users
const arr = [34, 76, 89, 99, 15]; console.table(arr); /* run: ┌─────────┬────────┐ │ (index) │ Values │ ├─────────┼────────┤ │ 0 │ 34 │ │ 1 │ 76 │ │ 2 │ 89 │ │ 3 │ 99 │ │ 4 │ 15 │ └─────────┴────────┘ */