swap two elements in an array js code example Example: javascript swap array elements var b = list[y]; list[y] = list[x]; list[x] = b;