To enable the checkHeight() function to check any height, we need to make height a parameter.

Add the height parameter and use it in the condition.

Perfect! It still shows Hop on because we called the function with 45 inches.

Make sure to use height without var as a parameter.