from Hacker News

Show HN: The JavaScript Way, a new book for learning modern JS

by bpesquet on 2/27/17, 11:34 PM with 23 comments

  • by ivraatiems on 2/28/17, 3:56 PM

    I appreciate the effort that went into this, and it's certainly important to have a good clear reference on JS. Unfortunately, I can't support the effort to aim this at beginners, because I think JS is an extremely poor choice of language for first-time developers. It's poorly designed, with too many side effects and edge cases and confusing behaviors to be a good choice for a first language. It will bog down first-time learners with weird minutiae, and it will do that because it is a poorly/hastily built language that is being used in ways it was never intended for. I realize JS is ubiquitous and easy to access (since all browsers have it), but that doesn't make it the right choice. It's just too broken.
  • by rco8786 on 3/2/17, 9:20 PM

    > using latest language standard(ES6/ES2015), avoiding awkwardnesses from the past

    > `Object.create`

    :(

  • by gigatexal on 2/27/17, 11:36 PM

    Bookmarked. Hoping this proves to be the structured intro to web development and JS that I need.