Swap values of 2 variables without using 3rd variable 🤔

Publicado em: 18 Junho 2024
no canal de: Mayank Srivastava
1,333
32

Hey everyone! Today, let's learn a quick and easy way to swap two numbers in JavaScript without using a third variable.This is a very common interview question that is usually for entry level jobs. Normally, you'd use a temporary variable lets say c to swap them, but there's a much cooler way to do it without that extra variable taking up unnecessary space. So what we want to do here is that we will first store the sum of both a and b inside a,
then to assign the variable b the original value of a we now just need to subtract the value of b from the new value of a, which is the arithmetic equivalent of subtracting the value 3 from 1 +3 so we are just left with 1, which is the orignal value of a. Once this is done using the same principle we remove this new b value from a + b leaving us with 3 which can now be assigned to a.


Nesta página do site você pode assistir ao vídeo on-line Swap values of 2 variables without using 3rd variable 🤔 duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário Mayank Srivastava 18 Junho 2024, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 1,333 vezes e gostou 32 espectadores. Boa visualização!