DEV Community

Discussion on: Is JavaScript the most confusing programming language?

Collapse
 
combinatorylogic profile image
combinatorylogic

The actually confusing part here is trying to understand, why did they even design a language this way, and why people still insist on using it.

Weak typing does not necessarily mandate type coersion. There's a lot of dynamically typed languages that make sense, that did not opt out for insane rules.