0
why reversed
why assigning the value reversed? I mean if x=y than the value of X will be the value of Y
2 Answers
+ 2
That's the convention used in a number of programming languages, including in Javascript.
+ 2
it's kind of writing like we write from left to right.