swap is not defined js code example Example: javascript swap variables var a = 5; var b = 3; [a, b] = [b, a];