This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//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. |