1. 程式人生 > >測試一下你屬於哪種人

測試一下你屬於哪種人

抄自[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 :)