michael@0: var o1 = new String("abc"); michael@0: var o2 = o1[1]; michael@0: o2[1];