7 ms·
Ask HN: What do you hate about JavaScript?
- kmgr 9y agoThat I need a ton of libs, frameworks and tools to create a todo app.
- dope 9y agoAgreed but I feel like this is the case for any language.
- ix-hispana 9y agoYou don't. The todo app is a handy example because you have the CRUD operations and local state. It's meant to show you how to get to grips with a library so you can use it for a real project. The todo app itself is just an example.
- 7kaffees 9y agoThe lack of type safety
- dope 9y agoGood point. Something that annoys me quite alot tbh.