Javascript middleware looking for a book to learn object oriented programming

I am an intermediate javaScript programmer and I am interested in expanding my knowledge in object-oriented programming (especially object-oriented JavaScript).

I would prefer a book on viewing scattered web resources, does anyone have an idea of ​​which book would be best to start with?

thanks

0
source share
4 answers

- JavaScript, Packt, , JavaScript OO (Java ..) .

JavaScript John Resig Pro JavaScript Techniques. .

+3

OOP OO JavaScript.

, Java, # Python, OO, , , - JavaScript .

JavaScript - , . - .

, , . - , OO, , OOJS.

+2

: , Java, , , OO, JavaScript.

+2

: JavaScript: .

5 "" :

  • Pseudo-classical modeling of class hierarchies by expanding prototype objects with new methods.
  • Prototype, without classes, using prototype objects to create new instances with common functionality, and then directly attach new functions to these new objects.
  • Functional, using design functions to create a private area and returns a new object grouping a set of methods with privileged access to private variables
+1
source

Source: https://habr.com/ru/post/1723155/


All Articles