Main Menu

Categories

Subscribe

The Typeof Operator in JavaScript

April 6th, 2009

The typeof Operator determines the datatype of the operand.

var name = "Keith";

document.write(typeof(name));

No Comments

Leave a Reply