Skip to content

10-4-pursuit/01-06-javascript-objects-practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Exercise: Understanding Objects in JavaScript

Objective

Learn to create and use objects in JavaScript.

Instructions

  1. In this exercise, you will create a JavaScript object to store and access data in a structured format.
  2. You will practice accessing and modifying the properties of the object.

Tasks

  1. Create an object named 'person' with properties 'firstName' and 'lastName'.
  2. The 'firstName' should be 'Alice' and 'lastName' should be 'Smith'.
  3. Log the full name of the person to the console by accessing the object's properties.

Submission

Commit and push your changes to this repository.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published