how to swap between values of two objects in javascript code example Example: javascript swap variables var a = 5; var b = 3; [a, b] = [b, a];