for ( o.a in [1,2,3] ) { result += String( [1,2,3][o.a] ); } result PASSED!
