Dimitrisdimitrios.hashnode.dev·Aug 7, 2022How to Swap VariablesIn 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 ...Discuss·120 readsJavaScript