DEV Community

Discussion on: Introducing JavaScript Objects

Collapse
 
ann0nip profile image
Juan Martin Gimenez

Hey dude, I think you have a small typing mistake below ii. With its data, your example its incomplete.

Should be:

const person = {
  firstName: 'Frugence',
  lastName: 'Fidel',
  nationality: 'Tanzanian'
};

Cheers!

Collapse
 
frugencefidel profile image
Frugence Fidel

Ooohh!! Thanks for that buddy