3.1 Growing a Module 3.1.1 Composability and Scalability 3.1.2 Design for Today 3.1.3 Abstractions Evolve in Small Steps 3.1.4 Move Deliberately and Experiment 3.1 Growing ...
14. New OOP features besides classes 14.1 Overview 14.1.1 New object literal features 14.1.2 New methods in Object 14.2 New features of object literals 14.2.1 Method definitions...
Loose Equals vs. Strict Equals Equality Performance Abstract Equality Comparing: string s to number s Comparing: anything to boolean Comparing: null s to undefined s Comparing...
25. Single objects 25.1. The two roles of objects in JavaScript 25.2. Objects as records 25.2.1. Object literals: properties 25.2.2. Object literals: property value shorthands 2...