Y
Hacker News
new
|
ask
|
show
|
jobs
by
grabanski
1502 days ago
Cool! I'll look into the API and consider adding it to this implementation. Or happily would take a look at a PR for it.
1 comments
randomfool
1502 days ago
Seriously- just do the innerHTML assignment on li.innerHTML omitting the title, followed up by a simple li.querySelector().textContent = todo.title.
link
grabanski
1502 days ago
How does this look?
https://github.com/1Marc/todomvc-vanillajs-2022/commit/d38e5...
link