Introduction
In this lab, we will explore the concept of clamping a number within a specified range in JavaScript. The purpose of this lab is to help you understand how to limit the value of a number to a certain range, which is a common programming task in various applications. By the end of this lab, you will have a clear understanding of how to implement the clampNumber
function in your JavaScript code.