Create a function templateList that takes an array of three fruits and logs: 'I like <fruit1>, <fruit2>, and <fruit3>'.

Output: