Build JavaScript Objects 1

Tell us what’s happening:

Your code so far


// Examplevar 
anotherObject = {
  make: "Ford",
  5: "five",
  "model": "focus"
};

tell me what is the problem, what is happening to your code or leave a link to the challenge so that i can trace the problem.