|
|
|
|
|
by bstrom
4196 days ago
|
|
Lots of blanket statements in this article. He asserts there is a 'proper' order to learning JavaScript but makes no demonstration of that assertion. For me, jQuery was a gateway that hid much of the incidental complexity of working with a byzantine API (the dom). That was incredibly useful. If every beginner started with trying to understand the DOM, they'd probably be scared off (and rightly so). |
|
Working with the DOM is what we programmers do. I've never seen so many people complain so much about programming than those who use jQuery.