What is the outcome of: var myvar1 = myvar2 = myvar3?

Checkmate

New Member
I have seen in some nodejs scripts variables/objects being used like this:\[code\]var myvar1 = myvar2 = myvar3;\[/code\]Why is this used and what does it mean?
 
Top