|
|
|
|
|
by ChrisSD
2028 days ago
|
|
I think JS' early design flaws were a result of being written in a day more than anything to do with a specific purpose (I exaggerate but not by much). Though it is true that most people at the time used JS (if they used it) for much simpler tasks than described in the article. |
|
Specifically the inclusion of a prototype OO system is confusing if you aren't aware what that is and have only been exposed to Java-like OO programming. But in fact it's very powerful and not so hard to learn once you realize you have to.
As with other web technologies, it's simple at first glance but the learning curve gets steeper at some point.