Skip to content

code-at-work/partial-application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Partial Application

Here the video: https://youtu.be/Tm7DOtet_U4

rgb(255,255,255) // #FFFFFF

// Partial Application in JS
const shades_of_blue = rgb.bind(null, 0, 0)

shades_of_blue(128) // #000080