Introduction
In this lab, students will explore JavaScript assignment operators through a hands-on HTML and JavaScript exercise. The lab guides learners through creating an HTML file and implementing various assignment operators, including basic assignment (=), compound assignment (+=, -=), and multiplication/division assignment (*=, /=).
Participants will start by setting up an HTML structure with an embedded script tag, then progressively demonstrate different assignment operator techniques. By using console logging and document.write() methods, students will verify and understand how these operators work in JavaScript, gaining practical experience in variable manipulation and value assignment.