Rules concerning basic ECMAScript guidelines. Avoid assignments in operands; this can make code more complicated and harder to read. This is sometimeindicative of the bug where the assignment operator '=' was used instead of the equality operator '=='. 2