if(typeof(myFunc)=='function') myFunc();
if (typeof('noimgfound') == 'function') { noimgfound(); }
function noimgfound() { alert('Привет!'); } if (typeof(noimgfound) == 'function') { noimgfound(); }
var str = ('Hello'); alert( typeof str );