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.
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.
:: Copyright KIRUPA 2024 //--