Values and Types

Learn the primary concepts of types and values used in all programming languages.

We'll cover the following...

A value is a piece of information used in a computer program. Values exist in different forms called types. The type of a value determines its role and operations available to it. Every computer language has its own types and values. Let’s look at two of the types available in JavaScript.

...