摘要:
阅读全文
摘要:
function sunSched(thing){ var sunSched='' var opration={ setSched:function(){ sunSched=thing }, showSched:function(){ console.log("MY schedule on sund 阅读全文
摘要:
阅读全文
摘要:
阅读全文
摘要:
function breadMsg(num) { var breadNum = arguments[0] || 10 function supply() { breadNum += 10 console.log(breadNum) } function sale() { breadNum -= 10 阅读全文
摘要:
阅读全文
摘要:
阅读全文
摘要:
function test(){ var n=100 function add(){ n++ console.log(n) } function reduce(){ n-- console.log(n) } return [add,reduce] } var arr=test() arr[0]() 阅读全文
摘要:
阅读全文
摘要:
阅读全文