var a = "hello"; var _ref = [", ", "junk"]; var b = _ref[0]; var c = "world"; a = "hello"; var _ref2 = [", ", "junk"]; b = _ref2[0]; c = "world"; ;