Examples: ???switch??? statement fall-through (and several other ???switch??? issues), unused variables and arguments (even when they???re assigned to but never again used), functions being inconsistent about whether they return values or not, and my favorite: trailing commas in arrays (which are legal, but break old browsers in ways that are very difficult to debug).