lihongjie0209 / myblog

4 stars 0 forks source link

JavaScript: Lambda #243

Open lihongjie0209 opened 3 years ago

lihongjie0209 commented 3 years ago

image

image

image

lambda 只有一个参数, 所以

f a b = f(a)(b)

lihongjie0209 commented 3 years ago

image

lihongjie0209 commented 3 years ago

image

lihongjie0209 commented 3 years ago

image

lihongjie0209 commented 3 years ago

image

lihongjie0209 commented 3 years ago

image