DEV Community

Discussion on: Understanding JavaScript Iteration with C#

Collapse
 
dance2die profile image
Sung M. Kim

Thanks Valentin.

I also think that [].filter.call is just a clever trick, which can confuse people.

Clever doesn't necessarily make it a good or readable code and I do agree with your opinion it being "cryptic".