What's wrong with this code?

The function parameter doesn't match what's inside the functionThe function isn't called console.log() is spelled incorrectlyThe function name isn't in camel case

The function parameter doesn't match what's inside the function.