Introduction
In this lab, students will explore JavaScript comparison operators through a hands-on HTML and JavaScript exercise. The lab guides participants through setting up an HTML file and progressively demonstrating various comparison operators, including greater than, less than, equality, and strict equality operators.
Participants will learn how to use comparison operators by writing JavaScript code within an HTML script tag, experimenting with different numeric and value comparisons, and observing the results in the browser console. By the end of the lab, students will understand how to apply comparison operators to evaluate relationships between values and comprehend their behavior in different scenarios.



