Question 13 of 10013%
13

What will happen if you run this code?

logName("Tiger");

function logName(name) {
  console.log(name);
}
13/100