logo
分类于: 互联网 人工智能

简介

Principles of Object-Oriented JavaScript

Principles of Object-Oriented JavaScript 8.7分

资源最后更新于 2020-07-25 14:09:48

作者:[美] 尼古拉斯·泽卡斯

出版社:No Starch Press

出版日期:2014-01

ISBN:9781593275402

文件格式: pdf

标签: 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 yo...

想要: 点击会收藏到你的 我的收藏,可以在这里查看

已收: 表示已经收藏

Tips: 注册一个用户 可以通过用户中心得到电子书更新的通知哦

目录

Foreword by Cody Lindley
Acknowledgments
Introduction
Chapter 1: Primitive and Reference Types
Chapter 2: Functions
Chapter 3: Understanding Objects
Chapter 4: Constructors and Prototypes
Chapter 5: Inheritance
Chapter 6: Object Patterns
Index