Question from the Javascript test

In Javascript, the object `mouse` does not have a property `bird`.

Medium

Choose correct(s) answer(s)

const bird = {
  size: "small"
};

const mouse = {
  name: "Mickey",
  small: true
};
Author: Vincent CotroStatus: PublishedQuestion passed 203 times
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!