- Modular Programming with JavaScript
- Sasan Seydnejad
- 202字
- 2021-07-14 10:56:46
Chapter 2. Review of Important JavaScript OOP Concepts
Before we start creating and using our modules in JavaScript, it is important to have a good grasp of important Object Oriented Programming (OOP) concepts in JavaScript. We will rely on such concepts to design and implement our application modules in later chapter.
While my intent in this chapter is not to explore such conceptes in great depth, I will try to provide a good overview of some of the most important related topics.
If you feel that you are quite familiar with these concepts in JavaScript, you could skip this chapter and move on to the next one.
However, if you are not very familiar with OOP in JavaScript, even if you are familiar with similar concepts in classical object oriented languages, I encourage you to follow along as things are a little different in JavaScript. I think it will be worthwhile for you to have a look at these concepts in the realm of JavaScript.
In this chapter, we will cover:
- JavaScript objects and their constructors
- What
this
keyword is and how it behaves in different contexts - Closure and its uses
- Inheritance in JavaScript
- Prototype chaining
And other related topics.
- Visual C++程序設(shè)計教程
- FFmpeg入門詳解:音視頻流媒體播放器原理及應(yīng)用
- 名師講壇:Spring實戰(zhàn)開發(fā)(Redis+SpringDataJPA+SpringMVC+SpringSecurity)
- PHP從入門到精通(第4版)(軟件開發(fā)視頻大講堂)
- Python全棧數(shù)據(jù)工程師養(yǎng)成攻略(視頻講解版)
- Struts 2.x權(quán)威指南
- Angular Design Patterns
- Implementing Microsoft Dynamics NAV(Third Edition)
- Android編程權(quán)威指南(第4版)
- Clojure Data Structures and Algorithms Cookbook
- Visual C++程序開發(fā)范例寶典
- 像程序員一樣使用MySQL
- 軟件工程實用教程 (第3版)
- CorelDRAW X6中文版應(yīng)用教程(第二版)
- Spring Boot實戰(zhàn):從0開始動手搭建企業(yè)級項目