Hacker News new | past | comments | ask | show | jobs | submit login

It's also completely valid JavaScript that does something very different than what it appears to.

    function getCount () {
      return undefined
      { // open code block
        'count': /*labelled line*/  1  //numeric expression
      } // close code block
    } // close function
LINE BREAKS CONSIDERED HARMFUL.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: