javascript swap two values in object code example Example: swap two variables javascript var a = 1, b = 2; b = [a, a = b][0];