var _ref = ["hello", [", ", "junk"], ["world"]]; var a = _ref[0]; var b = _ref[1][0]; var c = _ref[2][0]; var d = _ref[3];