Language Basics JavaScript DHTML



A Simple Page

var a = 6, b = 3; 
alert(a * b);