Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

The Principles of Object-Oriented JavaScript [Repost]

Posted By: Free butterfly
The Principles of Object-Oriented JavaScript  [Repost]

The Principles of Object-Oriented JavaScript by Nicholas C. Zakas
English | 23 Feb. 2014 | ISBN: 1593275404 | 120 Pages | PDF | 2 MB

If you've used a more traditional object-oriented language, such as C++ or Java, JavaScript probably doesn't seem object-oriented at all. It has no concept of classes, and you don't even need to define any objects in order to write code.