JavaScript |函数调用
JavaScript函数调用用于执行函数代码,通常使用术语“调用函数”而不是“调用函数”。函数函数调用时执行。
句法:
- 调用函数作为函数:
function myFunction( var ) { return var; } myFunction( value );
- 将函数作为方法调用:
var myObject = { var : value, functionName: function () { return this.var; } } myObject.functionName();
参数:它包含两个参数,如前所述,如下所述:
- functionName: functionName 方法是一个函数,该函数属于该对象,myObject 是该函数的所有者。
- this:参数 this 是拥有 JavaScript 代码的对象,在这种情况下 this 的值是 myObject。
示例 1:此示例使用函数调用将两个数字相加。
JavaScript Function Invocation
GeeksForGeeks
Function returns the addition
of 50 and 60
输出:
示例 2:此示例使用函数调用来连接字符串。
JavaScript Function Invocation
GeeksForGeeks
myObject.fullName() will return
GeeksforGeeks
输出: