8. What will happen if you run this code?

logName("Tiger");

function logName(name) {
  console.log(name);
}