Details
-
Sub-task
-
Resolution: Fixed
-
P3
-
8
-
None
-
b115
-
generic
-
generic
Description
String.prototype[3] = "hello"; Object.prototype[4] = "world"; for
(var i in "123")print(i)
Expected: 0 1 2 3 4
(var i in "123")print(i)
Expected: 0 1 2 3 4