var t = function (f, ...items) { var x = f; x = items[0]; x = items[1]; }; function t(f, ...items) { var x = f; x = items[0]; x = items[1]; }