Nicholas C. Zakas is a software engineer at Box and is known for writing on and speaking about the latest in JavaScript best practices. He honed his experience during his five years at Yahoo!, where he was principal frontend engineer for the Yahoo! home page. He is the author of several books, including Maintainable JavaScript (O’Reilly Media, 2012) and Professional JavaScript for Web Developers (Wrox, 2012).
发表于2024-11-14
Principles of Object-Oriented JavaScript 2024 pdf epub mobi 电子书
我是看完 JavaScript: The Good Parts, 再这本的。确实不错,容易理解。 区别于以前在学校学的 class-based Object-Oriented ,Javascript 的 Object-based Object-Oriented 在理解和使用中会有挺多不同的。
评分这本书的很多内容都可谓基础知识,作者的《JavaScript 高级程序设计(第三版)》里也覆盖了不少本书的内容,但这本书要稍稍详细一点,而且书的框架更加清晰,适合像我这样入门后,对 JavaScript 缺乏大局观的人。 通过这本书,你可以很明确地了解到,JavaScript 有五种基础类...
评分我是看完 JavaScript: The Good Parts, 再这本的。确实不错,容易理解。 区别于以前在学校学的 class-based Object-Oriented ,Javascript 的 Object-based Object-Oriented 在理解和使用中会有挺多不同的。
评分这本书的很多内容都可谓基础知识,作者的《JavaScript 高级程序设计(第三版)》里也覆盖了不少本书的内容,但这本书要稍稍详细一点,而且书的框架更加清晰,适合像我这样入门后,对 JavaScript 缺乏大局观的人。 通过这本书,你可以很明确地了解到,JavaScript 有五种基础类...
评分这本书的很多内容都可谓基础知识,作者的《JavaScript 高级程序设计(第三版)》里也覆盖了不少本书的内容,但这本书要稍稍详细一点,而且书的框架更加清晰,适合像我这样入门后,对 JavaScript 缺乏大局观的人。 通过这本书,你可以很明确地了解到,JavaScript 有五种基础类...
图书标签: JavaScript Programming Frontend 前端 javascript Zakas" 前端开发 js
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. But don't be fooled—JavaScript is an incredibly powerful and expressive object-oriented language that puts many design decisions right into your hands.
In The Principles of Object-Oriented JavaScript, Nicholas C. Zakas thoroughly explores JavaScript's object-oriented nature, revealing the language's unique implementation of inheritance and other key characteristics. You'll learn:
The difference between primitive and reference values
What makes JavaScript functions so unique
The various ways to create objects
How to define your own constructors
How to work with and understand prototypes
Inheritance patterns for types and objects
The Principles of Object-Oriented JavaScript will leave even experienced developers with a deeper understanding of JavaScript. Unlock the secrets behind how objects work in JavaScript so you can write clearer, more flexible, and more efficient code.
红皮书里关于对象那部分抽出来了吧。不过不错,值得一看。
评分包含ES5的内容,对JS的OOP编程做了很充分的介绍。
评分for the impatient
评分简明概要,高程三 OOP 入门版,对 prototype & constructor 理解更深了,虽然现在都更建议 FP。 算是自己认真读完的第一本技术英文书。
评分https://github.com/greatabel/principles-of-object-oriented-js 作者有一种化繁为简的能力!
Principles of Object-Oriented JavaScript 2024 pdf epub mobi 电子书