title: WrongAssignCount layout: article

WrongAssignCount occurs when the number of values on the right-hand side
of an assignment or initialization expression does not match the number
of variables on the left-hand side.

Example:
 var x = 1, 2