What will be the output of the following JavaScript code snippet?
function equalto()
{
int num=10;
if(num==="10")
return true;
else
return false;
}

Posted on by