Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 401 Bytes

File metadata and controls

9 lines (6 loc) · 401 Bytes

practice-2d-arrays-Nathan-A

A JavaScript practice exercise demonstrating two-dimensional (nested) arrays through three small challenges: a 3-by-3 grid of student test scores, a 3-by-4 theater seating chart, and a multi-dimensional contact list where each inner array holds a name, email, and phone number. Each challenge logs its full 2D array to the console.

How to run

node index.js