let a = 1; let b = 2; let c = a; a = b b = c console.log(a,b)