Test: who are you?

March 9, 2007

Filed under: Philosophy,Script — Andrew @ 2:49 pm

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 :)

No Comments »

No comments yet.

RSS feed for comments on this post. TrackBack URI

Leave a comment