This test checks the behaviour of indexing an Array with immediate types.

On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".


PASS array[0] is "Zero"
PASS array[null] is undefined
PASS array[undefined] is undefined
PASS array[true] is undefined
PASS array[false] is undefined
PASS successfullyParsed is true

TEST COMPLETE

