In this article we will present 3 ways to swap values in two variables, using JavaScript. The first two can be applied in any programming language, the third is JavaScript specific.
The task:
We have two variables a, b holding a value each. We want ...