DEV Community

Discussion on: I built a blog for the developer just starting out.

Collapse
 
veer16 profile image
Veer Singh

JS higher order functions please! They are confusing but work wonders to get a clean and short code.

Thread Thread
 
toktoktwan profile image
Twan Mulder

Sounds good! Just to be sure, are you more interested in JS built-in high order functions (like sort/reduce/filter/etc. ) or creating your own ones?