SyntaxFix
Write A Post
Hire A Developer
Questions
In Javascript you can do that by using the typeof function
function foo(bar){ alert(typeof(bar)); }