We access a method the same way we access a property. The only difference is that we add parentheses at the end.

Call the showType() object method.

Nice pick! Just like with any function, we need to add the parentheses.

Make sure to pick showType(). A method call is like any function call. We add parentheses when calling functions.