fkling / jsbasics

An interactive introduction to basic and important concepts of JavaScript
14 stars 11 forks source link

Assignment in #12 #14

Closed ghost closed 8 years ago

ghost commented 8 years ago

In number 12 it says: Assignment: foo = bar, assigns the value of the lhs to the rhs. It should actually be: Assignment: foo = bar, assigns the value of the rhs to the lhs.

fkling commented 8 years ago

Duplicate of #6. Thanks though!