Ad
  • Custom User Avatar

    No, your code is wrong, read the error message:

    { firstName: 'Albert',
      lastName: 'Einstein',
      occupation: 'physicist' }
    Expected: 'Albert Einstein likes ', instead got: 'Albert Einstein likes {{interests}}'
    

    When key doesn't exist in the map, put there empty string.

    Your function is returning 'Albert Einstein likes {{interests}}'