Question from the General knowledge for developers test

What happens when we do this?

Hard

What happens when we do this?

function hello() {
  console.log("World!");
}
hello.value = "w3d";
Author: Vincent CotroStatus: PublishedQuestion passed 81 times
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!