JavaScript Reflection: Property Manipulation

Hard
11
53.8% Acceptance

In this lab, you will practice JavaScript reflection by dynamically changing an object's property. The goal is to create an object called 'person' with certain properties, define a function to change a property's value, call that function to update the 'person' object's properties and then export the 'person' object and this function as named exports.