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