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