function first(...values) { var index = 0; return values[index++]; }