The Principles of Object-Oriented JavaScript Cover

The Principles of Object-Oriented JavaScript

byNicholas C. Zakas

3/10
Difficulty
Read Time3 hrs
Recommended Format
Published:2014Read:October 5, 2016Pages:120
Juvoni Beckford author photo
by Juvoni Beckford@juvoni

'Almost' everything in Javascript is an Object; JavaScript-Object to be exact. Similar but different than more classical OOP languages like C++ or Java. The patterns are still useful to know and I learned a lot about the inner workings of the language through exploring how certain OOP features would be replicated in JavaScript. Although the trend is moving towards more Functional Programming paradigms I still got a lot of value out of the book which demystified certain quirks in the language.

Motivations to Read

Found his writing and guides online. Putting in a lot more focus on getting better at javascript.

3 Reasons to Read

  1. Learn about JavaScripts Object Oriented Nature.
  2. You're a front-end engineer.
  3. You want to learn more about OOO programming.

Notes for this book are still being transcribed.

Loading feed...