var [...a, x] = [1, 2, 3]; // Error, rest must be last element [...a, x] = [1, 2, 3]; // Error, rest must be last element