Programming is all about manipulating data, but what is data? Data is information that we store in our computer programs. In JavaScript, there are three basic types of data: numbers, strings, and Booleans. Numbers are used for representing numbers. JavaScript lets you give names to values using variables. You can think of a variable as a box that you can fit one thing in.