PASS 'use strict'; "foo"[0] = 1 threw exception of type TypeError. | |
PASS "foo"[0] = 1 is 1 | |
PASS true === true | |
PASS 'use strict'; delete "foo"[0] threw exception of type TypeError. | |
PASS delete "foo"[0] is false | |
PASS true === true | |
PASSED! | |
PASS successfullyParsed is true | |
TEST COMPLETE | |