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.
node index.js