Code has been added to clipboard!

Wrong JavaScript Object Declaration

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