Variables & Objects: How Do I Store Data to Work With?
摘要
This chapter is about the different types of variables in JavaScript, both the elementary types (called primitives) and more complex types like arrays. We also discuss the special way JavaScript implements the object-oriented programming paradigm, how you can use the full potential of object orientation by creating and modifying your own objects, and what all this has to do with the well-known JSON data format.