easierbycode
3/1/2012 - 10:19 PM

automagic semicolons

automagic semicolons

    function laugh()
    {
      return
      {
        haha: "ha!"
      };
    }
    laugh();
    // returns undefined