Spot the bug - #83

DOM bug, pretty sneaky.

const items = document.querySelector('.todo li');
console.log(items.length);

Reply with what is broken and how you would fix it.