Optional method call
Call user.greet() safely with the optional call form
?.(). The method does not exist, so result must be undefined instead of an error.Premium
JavaScript
Console