I'd suggest to include a section in the guide explaining the scoping problems of this: ``` js function foo() { var a = b = c = 1; } ``` and to advise against it. See http://stackoverflow.com/questions/1758576/multiple-left-hand-assignment-with-javascript