Properties are stored in objects using key value pairs. It can be considered to be a user created data structure made up of multiple different primitive data types.

For example:

const fitBit = {  
	totalSteps: 100000,  
	workouts: "5 of 7",  
}