抄自[url]http://www.terrainformatica.com/index.php/?p=32[/url]
What will following JavaScript function return?
function test()
{
try
{
return "I am optimist";
}
finally
{
return "I am pessimist";
}
}
Try to answer as this is a good chance to measure your attitude :)
What will following JavaScript function return?
function test()
{
try
{
return "I am optimist";
}
finally
{
return "I am pessimist";
}
}
Try to answer as this is a good chance to measure your attitude :)