To calculate the total, call the totalSalary() method.

Just like with functions, we use braces when calling a method. So make sure to choose employee.totalSalary();.