Code has been added to clipboard!

Correct JavaScript Object Declaration

Example
user = {
  firstName: "Joe", 
  lastName: "Johnson", 
  age: 32,
};