We have an array:
const myArray = ['dog', 'cat', 'elephant', 'tiger', 'pigeon'];
Write an expression in which you use the splice() method to replace the string 'tiger' with the strings 'lion' and 'pig' (write the expression without spaces).