- JavaScript:Moving to ES2015
- Ved Antani Simon Timms Narayan Prusty
- 67字
- 2021-07-09 19:07:36
Chapter 4. Object-Oriented JavaScript
JavaScript's most fundamental data type is the Object data type. JavaScript objects can be seen as mutable key-value-based collections. In JavaScript, arrays, functions, and RegExp are objects while numbers, strings, and Booleans are object-like constructs that are immutable but have methods. In this chapter, you will learn the following topics:
- Understanding objects
- Instance properties versus prototype properties
- Inheritance
- Getters and setters
推薦閱讀
- Vue.js設計與實現
- Getting Started with React
- JavaScript+jQuery網頁特效設計任務驅動教程(第2版)
- Learning Elixir
- Production Ready OpenStack:Recipes for Successful Environments
- Learning R for Geospatial Analysis
- 小型編譯器設計實踐
- Buildbox 2.x Game Development
- FPGA嵌入式項目開發實戰
- NGUI for Unity
- SQL Server 2012 數據庫應用教程(第3版)
- C語言程序設計教程
- Monitoring Docker
- Flask開發Web搜索引擎入門與實戰
- Mastering Clojure