2021年3月29日星期一

JavaScript function

*function hi (a, b) {  return a * b  }  function hello (a, b) {  return hi(a, b +2)  }  hello(2, 3)    //10*

I do not understand how the answer is 10. Would someone be able to help me?

https://stackoverflow.com/questions/66864247/javascript-function March 30, 2021 at 11:03AM

没有评论:

发表评论