Chapter 4. Working with variables and data types

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.

Data types in JavaScript

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 ...

Get JavaScript Step by Step now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.