/*The var statement declares a variable. Variables are containers for storing information. */ //example: var youLikeMeat = false; //