You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding empty console.log calls makess the logging untidy.
The problem is that empty tags are being inserted, which is been accounted for in the odd-even check (logEl.children.length % 2 ?)
The solution would be either empty elements need to be logged and the odd-event color match or empty elements being skipped altogther.