Closures, Currying and Partial Application

This tutorial explains the concepts of Closures, Currying, and Partial Applications. Next it reviews a simple typical demo of how currying and partial application are shown. Finally, a real world example where partial application is used in conjunction with fetch, async, and await. Code from video: https://gist.github.com/prof3ssorSt3v...