June 2013
Beginner
482 pages
11h 16m
English
After completing this chapter, you will be able to
Understand the primitive data types used in JavaScript.
Use functions associated with the data types.
Create variables.
Define objects and arrays.
Understand the scope of variables.
Debug JavaScript using Firebug.
The data types of a language describe the basic elements that can be used within that language. You’re probably already familiar with data types, such as strings or integers, from other languages. Depending on who you ask, JavaScript defines anywhere from three to six data types. (The answer depends largely on the definition of a data type.) You work with all these data types regularly, some more than others.
The six data ...
Read now
Unlock full access