Examveda
Examveda

Consider the following code snippet
[x,y]=[y,x];
What is the result of the above code snippet?

A. Throws exception

B. Swap the value of the two variables

C. Flashes an error

D. Creates a new reference object

Answer: Option C

Solution(By Examveda Team)

The above code snippet swaps the value of the two variables.

This Question Belongs to Javascript >> Classes And Modules

Join The Discussion

Related Questions on Classes and Modules