|
|
|
|
|
by IsaacSchlueter
5662 days ago
|
|
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. |
|