Question from the Javascript - Fundamentals test

What happens if we execute this code?

Hard

What we have if we execute this code ?

function bark() {
console.log("Woof!");
}
bark.animal = "dog";

Author: FlorentStatus: PublishedQuestion passed 356 times
Edit
2
Community EvaluationsNo one has reviewed this question yet, be the first!