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: RaphaëlStatus: Published(Update)Question passed 606 times
Edit
1
Community EvaluationsNo one has reviewed this question yet, be the first!