| 
  
   Menu 
  × 
      
    × 
      Correct! 
    Exercise:Add the following property and value to the person object: country: Norway. 
var person = {
  firstName: "John",
  lastName: "Doe"@(1)
  @(7): @(8)
};
 
var person = {
  firstName: "John",
  lastName: "Doe",
  country: "Norway"
};
 
    Not CorrectClick here to try again. Correct!Next ❯ | 
This will reset the score of ALL 67 exercises.
Are you sure you want to continue?