Can you spot the correctly written method? Psst: look at the parentheses.

levelUp: function() { }levelUp = function { }

When writing a method, we don't add a function name but we still keep the braces.