Using built-in data types and functions
Overview
In this module we will consider familiar programming concepts, including simple flow of control, variables and constants, data types, Booleans, and built-in functions in JavaScript. We will also discuss automatic type conversion, and what to do about it.
If you are already comfortable with the programming concepts of variables and constants, data types, Booleans, and built-in functions, you can click here to skip the review material.
Review topics covered in this module
If you know some, but not all, of the concepts, you can use this list to access just the material you need.
In-depth background from our introductory programming course
Use these links for videos designed for those learning the concepts for the first time.