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