Question 8 of 5215%
8

What will happen if you run this code?

logName("Tiger");

function logName(name) {
  console.log(name);
}
8/52