Book Cover Design

I’m a big fan of JavaScript books. Being a long-time learner of JavaScript, I’ve had the pleasure of reading a great many of the popular JavaScript books on the market. These days I tend to skip the ones targeted to rank newbies, but I still read a lot of books intended for JavaScript developers with a little experience.

This is a strange time for JavaScript books. Because we just got a major update to the JavaScript language in ES6, today’s JavaScript syntax and style looks quite different from the ES3-ES5 style JavaScript you’ll see discussed in most books, but because ES6 is really just a superset of ES5, most of the old books have nuggets of learning that still apply.
In other words, the old books aren’t obsolete, they’re just showing their age a little — even the ones released only 2 years ago. It might seem like talking to a senior citizen who still uses slang from the 60’s. If you’re new to JavaScript, it might be fun to discover all the crazy hacks old-timers used to put up with just to use array methods on arguments. Enjoy the JS history lesson.

More by Victor

View profile