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.
Sur cette page du site, vous pouvez voir la vidéo en ligne Swap values of 2 variables without using 3rd variable 🤔 durée heure minute seconde en bonne qualité , qui a été Téléchargé par l'utilisateur Mayank Srivastava 18 juin 2024, Partagez le lien avec vos amis et connaissances, sur youtube cette vidéo a déjà été regardée 1,333 fois et il a aimé 32 téléspectateurs. Bon visionnage!