- 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
推薦閱讀
- Visual Basic .NET程序設(shè)計(jì)(第3版)
- 自然語(yǔ)言處理實(shí)戰(zhàn):預(yù)訓(xùn)練模型應(yīng)用及其產(chǎn)品化
- 編程的修煉
- Delphi程序設(shè)計(jì)基礎(chǔ):教程、實(shí)驗(yàn)、習(xí)題
- TypeScript Blueprints
- 深入淺出WPF
- SAS數(shù)據(jù)統(tǒng)計(jì)分析與編程實(shí)踐
- Python算法從菜鳥(niǎo)到達(dá)人
- 可解釋機(jī)器學(xué)習(xí):模型、方法與實(shí)踐
- Mastering JavaScript Design Patterns(Second Edition)
- SQL Server與JSP動(dòng)態(tài)網(wǎng)站開(kāi)發(fā)
- Oracle GoldenGate 12c Implementer's Guide
- C語(yǔ)言程序設(shè)計(jì)實(shí)踐
- C語(yǔ)言從入門到精通
- Distributed Computing with Python