UNPKG

szhm27__jtc

Version:

19 lines (18 loc) 314 B
const add=(x,y)=>{ x+y } const jian=(x,y)=>{ x-y } const cheng=(x,y)=>{ x*y } const chu=(x,y)=>{ x/y } module.exports={ add:add, substrict, //如果属性名称一样,可以简写 multiply, diviion:divisionFuns //如果属性名称不一样,不可以简写 }