COMP 232 · Module 1
JavaScript Variables
This page declares a JavaScript variable before the
<body> tag, assigns it a value, and then displays
that value with alert() after the body begins.
COMP 232 · Module 1
This page declares a JavaScript variable before the
<body> tag, assigns it a value, and then displays
that value with alert() after the body begins.