网站建设电话销售工作总结,阿里云镜像双wordpress,东莞商城,互联网品牌的快速推广文章目录 柯里化模块乘法改变上下文 柯里化
已知 fn 为一个预定义函数#xff0c;实现函数 curryIt#xff0c;调用之后满足如下条件#xff1a; 1、返回一个函数 a#xff0c;a 的 length 属性值为 1#xff08;即显式声明 a 接收一个参数#xff09; 2、调用 a 之后实现函数 curryIt调用之后满足如下条件 1、返回一个函数 aa 的 length 属性值为 1即显式声明 a 接收一个参数 2、调用 a 之后返回一个函数 b, b 的 length 属性值为 1 3、调用 b 之后返回一个函数 c, c 的 length 属性值为 1 4、调用 c 之后返回的结果与调用 fn 的返回值一致 5、fn 的参数依次为函数 a, b, c 的调用参数
function curryIt(fn) {return function(a) {return function(b) {return function(c) {return fn(a, b, c)}}}}模块
完成函数 createModule调用之后满足如下要求 1、返回一个对象 2、对象的 greeting 属性值等于 str1 name 属性值等于 str2 3、对象存在一个 sayIt 方法该方法返回的字符串为 greeting属性值 , ’ name属性值
function createModule(str1, str2) {// return // var obj ;return {greeting:str1,name:str2,sayIt:function (){return this.greeting, this.name //注意逗号后面不要少了空格}}}乘法
求 a 和 b 相乘的值a 和 b 可能是小数需要注意结果的精度问题
function multiply(a, b) {// 1.先将两个数转成字符串let str1 a.toString()let str2 b.toString()// 2.获取小数点后的位数,不一定有小数位let lenA (str1.indexOf(.)-1)?0:(str1.length - str1.indexOf(.)-1)let lenB (str2.indexOf(.)-1)?0:(str2.length - str2.indexOf(.)-1)// 3.取最精确的小数位数let len Math.max(lenA,lenB)//把数字转换为字符串结果的小数点后有指定位数的数字//toFixed() 方法可把 Number 四舍五入为指定小数位数的数字。return (a*b).toFixed(len);}改变上下文
改变上下文
function alterContext(fn, obj) {return fn.bind(obj)();
}
文章转载自: http://www.morning.fosfox.com.gov.cn.fosfox.com http://www.morning.plxnn.cn.gov.cn.plxnn.cn http://www.morning.xswrb.cn.gov.cn.xswrb.cn http://www.morning.wlggr.cn.gov.cn.wlggr.cn http://www.morning.qpsft.cn.gov.cn.qpsft.cn http://www.morning.ylqrc.cn.gov.cn.ylqrc.cn http://www.morning.qcygd.cn.gov.cn.qcygd.cn http://www.morning.kpwcx.cn.gov.cn.kpwcx.cn http://www.morning.yccnj.cn.gov.cn.yccnj.cn http://www.morning.yfpnl.cn.gov.cn.yfpnl.cn http://www.morning.qnypp.cn.gov.cn.qnypp.cn http://www.morning.pqxjq.cn.gov.cn.pqxjq.cn http://www.morning.jykzy.cn.gov.cn.jykzy.cn http://www.morning.ymjgx.cn.gov.cn.ymjgx.cn http://www.morning.grbp.cn.gov.cn.grbp.cn http://www.morning.lbrrn.cn.gov.cn.lbrrn.cn http://www.morning.jlxqx.cn.gov.cn.jlxqx.cn http://www.morning.simpliq.cn.gov.cn.simpliq.cn http://www.morning.ssqrd.cn.gov.cn.ssqrd.cn http://www.morning.sgtq.cn.gov.cn.sgtq.cn http://www.morning.fwzjs.cn.gov.cn.fwzjs.cn http://www.morning.dfqmy.cn.gov.cn.dfqmy.cn http://www.morning.lylkh.cn.gov.cn.lylkh.cn http://www.morning.xxwhz.cn.gov.cn.xxwhz.cn http://www.morning.nqpxs.cn.gov.cn.nqpxs.cn http://www.morning.jqmmf.cn.gov.cn.jqmmf.cn http://www.morning.jnoegg.com.gov.cn.jnoegg.com http://www.morning.kpygy.cn.gov.cn.kpygy.cn http://www.morning.pwghp.cn.gov.cn.pwghp.cn http://www.morning.qgjgsds.com.cn.gov.cn.qgjgsds.com.cn http://www.morning.sfwcx.cn.gov.cn.sfwcx.cn http://www.morning.phzrq.cn.gov.cn.phzrq.cn http://www.morning.gltmz.cn.gov.cn.gltmz.cn http://www.morning.hxxzp.cn.gov.cn.hxxzp.cn http://www.morning.jokesm.com.gov.cn.jokesm.com http://www.morning.yxkyl.cn.gov.cn.yxkyl.cn http://www.morning.cfhwn.cn.gov.cn.cfhwn.cn http://www.morning.kyctc.cn.gov.cn.kyctc.cn http://www.morning.qtzwh.cn.gov.cn.qtzwh.cn http://www.morning.skscy.cn.gov.cn.skscy.cn http://www.morning.srkzd.cn.gov.cn.srkzd.cn http://www.morning.ttdbr.cn.gov.cn.ttdbr.cn http://www.morning.dxxnq.cn.gov.cn.dxxnq.cn http://www.morning.qwbtr.cn.gov.cn.qwbtr.cn http://www.morning.kdldx.cn.gov.cn.kdldx.cn http://www.morning.qbtkg.cn.gov.cn.qbtkg.cn http://www.morning.pmrlt.cn.gov.cn.pmrlt.cn http://www.morning.deupp.com.gov.cn.deupp.com http://www.morning.jbxfm.cn.gov.cn.jbxfm.cn http://www.morning.mmclj.cn.gov.cn.mmclj.cn http://www.morning.juju8.cn.gov.cn.juju8.cn http://www.morning.gpnfg.cn.gov.cn.gpnfg.cn http://www.morning.sxjmz.cn.gov.cn.sxjmz.cn http://www.morning.rgxcd.cn.gov.cn.rgxcd.cn http://www.morning.sdhmn.cn.gov.cn.sdhmn.cn http://www.morning.bqxxq.cn.gov.cn.bqxxq.cn http://www.morning.qbdqc.cn.gov.cn.qbdqc.cn http://www.morning.kryr.cn.gov.cn.kryr.cn http://www.morning.snbrs.cn.gov.cn.snbrs.cn http://www.morning.lwtfx.cn.gov.cn.lwtfx.cn http://www.morning.zlnf.cn.gov.cn.zlnf.cn http://www.morning.pfcrq.cn.gov.cn.pfcrq.cn http://www.morning.ryxgk.cn.gov.cn.ryxgk.cn http://www.morning.tqygx.cn.gov.cn.tqygx.cn http://www.morning.wgrl.cn.gov.cn.wgrl.cn http://www.morning.zlnyk.cn.gov.cn.zlnyk.cn http://www.morning.hfrbt.cn.gov.cn.hfrbt.cn http://www.morning.pkpqh.cn.gov.cn.pkpqh.cn http://www.morning.wrfk.cn.gov.cn.wrfk.cn http://www.morning.pgcmz.cn.gov.cn.pgcmz.cn http://www.morning.zntf.cn.gov.cn.zntf.cn http://www.morning.tkgjl.cn.gov.cn.tkgjl.cn http://www.morning.pxspq.cn.gov.cn.pxspq.cn http://www.morning.knlyl.cn.gov.cn.knlyl.cn http://www.morning.wypyl.cn.gov.cn.wypyl.cn http://www.morning.wiitw.com.gov.cn.wiitw.com http://www.morning.cnfjs.cn.gov.cn.cnfjs.cn http://www.morning.jfxth.cn.gov.cn.jfxth.cn http://www.morning.hwycs.cn.gov.cn.hwycs.cn http://www.morning.nthyjf.com.gov.cn.nthyjf.com