Hacker News new | ask | show | jobs
by randomfool 1503 days ago
Seriously- just do the innerHTML assignment on li.innerHTML omitting the title, followed up by a simple li.querySelector().textContent = todo.title.
1 comments