Switch Statements
In this quest, you'll create a web app to learn about and use JavaScript's Switch Statements. The app lets users input numbers, choose a statistic to calculate, and uses Switch Statements to select the formula. You'll also learn how to work with the DOM using VanillaJS.