Object Manipulation Lab

Medium
11
68.3% Acceptance

In this lab, you have to understand and manipulate JavaScript objects. An object is essentially a collection of key-value pairs known as properties. You will create an object named person with specific properties and methods to perform various tasks. You will have to complete the challenges using JavaScript by updating the script.js file.

Make sure you have a basic understanding of JavaScript objects, including creating, updating, and accessing properties, as well as writing and calling methods for objects.

Below is the list of challenges in this lab that you need to complete in order to progress.