Can you find the issue in this script?
3 doesn't exist"Peter" to the existing array2 doesn't existPerfect! While we can add values to arrays at indices that don't exist, we can't access values that don't exist.
Oh noes! While we can add values to arrays at indices that don't exist, we can't access values that don't exist.