Create the name variable inside the function so that console.log() can display it.

Notice how the print statement uses the variable we created?

Make sure to add var name = "Ron"; to your code.