Run
Reset
Chrome
Cobalt
Monokai
Dreamweaver
Vibrant Ink
<!-- HTML -->
/*CSS*/
var a = 3; var b = 11; var c = a * b; // c now contains the product of 3 & 11 document.write(c);