JavaScript is an object-based language - JavaScript gives you objects
that you can use. (Appendix A)
Each object that JavaScript gives you has Properties - data related to
the object - and Methods - operations you can perform on the object or
its data. Some objects also respond to Events. (Appendix A)