In the code below you have a function named employeeAndCompany that gets an array with two objects inside.
Your task is to interact with the keys and values of these two objects and print out the following statement: Employee ... works for ...
Replace the dots with the corresponding variables.