Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 425 Bytes

File metadata and controls

9 lines (6 loc) · 425 Bytes

practice-mixed-type-arrays-Nathan-A

A JavaScript practice exercise demonstrating mixed-type arrays and nested arrays. The script models a user profile as a single array containing strings, a number, and a nested array of hobbies, then accesses individual fields with bracket notation, updates values directly, pushes onto the nested hobbies array, and logs the final updated profile.

How to run

node index.js