Chapter 2. Variables and JavaScript Syntax
In the midst of teaching you how and where you add script to your pages, the previous lesson introduced the following simple script:
function inlineScript() {
var message = "Hello, World!";
alert(message);
}
inlineScript();
You are currently reading a PREVIEW of this book.
Get instant access to over
$1 million worth of books and videos.
Start a Free Trial