Hacker News new | ask | show | jobs
by turbojet1321 550 days ago
The thing is, you have to implicitly understand the "types" of javascript objects anyway, otherwise you can't use them.

All the type system does is make that implicit knowledge explicit, and a long the way, stops you from doing things that are likely to cause issues.

1 comments

Yes, but properly typing your JS objects can still be quite hard