Hacker News new | ask | show | jobs
by marcosdumay 960 days ago
> it's dynamically-typed

Yet, most of the code people write has statically defined types.

Anyway, the whole point of JavaScript is that it runs on the browser. Outside of that, it has no strong points. Even though most of them are not weak enough to immediately abandon the language, its type system is one of the weakest.

1 comments

Javascript's dynamic typing is fine if you aren't a really shitty programmer.