Introduction To Programming Our class sessions will have a lot of time on the computers doing hands-on labs. We'll have some lecture, we'll have some discussions, we'll work alone, we'll work with classmates, and we'll learn how to program. Here are the steps we're going to do to get everyone up and running.
// JavaScript Code
var name = "Bill";
Document.write("Hello, " + name);