Syntax


Posted by on 03/04/2014

function foo()
{
   if (counter <= 10)
      return;
      // it works!
}