Snippet #0 (#196)
Jonathan Frech,
(_=>_<=_)([]>{})
-=-
Snippet #0 — JavaScript. A lambda function which tests if its input is less than or equal to itself; []>{} is false, so the whole function call evaluates to true.
(_=>_<=_)([]>{})
-=-
Snippet #0 — JavaScript. A lambda function which tests if its input is less than or equal to itself; []>{} is false, so the whole function call evaluates to true.