Language Basics JavaScript DHTML



A Simple Page

var a = 6, b = 2; 
alert(--a + b);