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 🙂
UI and frontend software design and consulting since 1991
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 🙂