错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Variables & Objects: How Do I Store Data to Work With?

  • Joachim L. Zuckarelli

摘要

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.