gpt4 book ai didi

javascript - 为什么 Coderbyte.com 的 Javascript 模板喜欢返回函数的原始参数?

转载 作者:行者123 更新时间:2023-12-03 10:39:50 24 4
gpt4 key购买 nike

我一直在 Coderbyte.com 上进行“简单”编程挑战 ( full link here )

coderbyte.com 提供的模板始终如下所示:

function DivisionStringified(num1,num2) {     
// code goes here
return num1 + num2;
}

我的问题是,为什么它们总是返回函数的原始输入参数(例如 num1 + num2)?你不能只定义一个新的输出变量来返回吗?这是 JavaScript 约定吗?

最佳答案

My question is, why do they always return the arguments (eg. num1 + num2) which are the originally inputs to the function?

我怀疑这是因为输出开始时只显示输入值。

Can't you just define a new output variable to return?

当然可以,但是在这种情况下他们将定义什么新的输出变量?

Is this a JavaScript convention?

不,不是。如果你仔细观察,你会发现他们也在大多数其他语言上这样做。从函数返回的值应该是函数应该返回的值。

关于javascript - 为什么 Coderbyte.com 的 Javascript 模板喜欢返回函数的原始参数?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28832797/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com