2019-09-09 JS面试题(持续更新中)
摘要:1、JS 中的 MUL 函数 function mul(x){ return function(y){ return function(z){ return x*y*z } } } var result = mul(2)(3)(4); console.log(result,'result');//2
阅读全文
posted @ 2019-09-09 17:57
posted @ 2019-09-09 17:57