DEV Community

Discussion on: What was the hardest concept you had to wrap your head around?

Collapse
 
miketalbot profile image
Mike Talbot ⭐

2 things that get me are:

  • Using functions as first class citizens, returning functions from functions etc
  • When I should curry something (both coding and fridge contents)!
Collapse
 
arikaturika profile image
Arika O

:)) currying, this is a term I didn't see used in a long time. I actually had to go read about it again, and as expected, I still don't understand it 100%.