What's this code snippet going to display in the console?

["wallet", "phone", "keys", "apple", "tablet"]["wallet", "phone", "keys", "apple"]

Great!

push() adds values to an array, so purse.length must be 5.