Language Basics JavaScript DHTML







var theNum = 1;
document.write(theNum+"
");
document.write(++theNum+"
");
document.write(theNum+"
");