JavaScript habit: I prefer to use a "point-free" style


JavaScript habit: I prefer to use a "point-free" style.

With a point-free style, args are passed to the function automatically.

Less code. Same result.

View original on X