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.
Auf dieser Seite können Sie das Online-Video Swap values of 2 variables without using 3rd variable 🤔 mit der Dauer stunde minuten sekunde in guter Qualität ansehen, das der Benutzer Mayank Srivastava 18 Juni 2024 hochgeladen hat, den Link mit Freunden und Bekannten teilen, dieses Video wurde auf Youtube bereits 1,333 Mal angesehen und es wurde von 32 den Zuschauern gefallen. Viel Spaß beim Betrachtenden Zuschauern gefallen!