write a programm to swap two variables without using a temporary variable in javascript code example Example: javascript swap two variables [a, b] = [b, a];