// Before ES6 const temp = a[x]; // NOT RECOMMENDED UNLESS COMPLETELY UNAVOIDABLE a[x] = a[y]; a[y] = temp;