
April 13
Java split "isn't" → isn + t
Fix:
s.trim().split("[ !,?._'@]+")
• trim() = no ghost token
• [ ]+ = all separators at once
Also: Todo App hit the browser.
Console → real UI + delete button.
Same logic. Different layer. That's DOM.
#100DaysOfCode #Java #BuildInPublic

English






























