Test: who are you?

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 🙂