dejanmarkovic
12/16/2013 - 5:43 PM

function that checks type of variable

function that checks type of variable

function myTypeOf(param) {
       alert(typeof param);
}