| 
  
   Menu 
  × 
      
    × 
      Correct! 
    Exercise:Alert "John" by extracting information from the person object. 
var person = {
  firstName: "John",
  lastName: "Doe"
};
alert(@(16));
 
var person = {
  firstName: "John",
  lastName: "Doe"
};
alert(person.firstName);
 
    Not CorrectClick here to try again. Correct!Next ❯ | 
This will reset the score of ALL 67 exercises.
Are you sure you want to continue?