Comment on Invisible CharactersComments−abrudz3yGreat for doing tacit programming[1] in JavaScript: avg=ㅤ=>ㅤ.reduce((ㅤㅤ,ㅤㅤㅤ)=>ㅤㅤ+ㅤㅤㅤ)/ㅤ.length avg([3,1,4,1,5]) 2.8 [1] https://en.wikipedia.org/wiki/Tacit_programming−shepherdjerred3yI love point-free functions languages that support them, but please tell me you're not actually do this
Comments
Great for doing tacit programming[1] in JavaScript:
[1] https://en.wikipedia.org/wiki/Tacit_programmingI love point-free functions languages that support them, but please tell me you're not actually do this