Question 9 of 5816%
9

What will happen if you run this code?

logName("Tiger");

function logName(name) {
  console.log(name);
}
9/58