Skip to content

Instantly share code, notes, and snippets.

//Intermediate Midterm
// 1. How do you make comments and why do you make them?
//
// You use comments to explain why you wrote the code the way you did. This makes it easier for another person to edit your code, or can make it easier to edit your own code at a later date.
// 2. Set 3 variables with different data types and console.log them.