DEV Community

amberchisholm
amberchisholm

Posted on

Day 14 Learning Javascript

Closure, Currying and Compose.

Yikes. I attempted to learn about the above techniques today, and I'm not going to lie, it mostly went over my head.

Well, I kind of get the concept of Closures, where it basically allows the child scope to always have access to the parent scope. But Currying and Compose left me scratching my head. Which is strange because I got all the answers right to the exercises for these advanced functions. But I think it's the process of how I got those solutions that I need to clarify and make sure I understand.

Time to do some googling and find more resources to explain this madness.

Latest comments (0)