简体   繁体   English

function和Function有什么区别

[英]What is the difference between function and Function

What is the difference between function and Function ? functionFunction什么区别?

function is a language keyword used to define functions. function是用于定义函数的语言关键字。

Function is the builtin prototype object that represents all functions. Function是代表所有功能的内置原型object。

See the following tutorial to get the detail information请参阅以下教程以获取详细信息

https://developer.mozilla.org/en/JavaScript/Reference/Functions_and_function_scope https://developer.mozilla.org/en/JavaScript/Reference/Functions_and_function_scope

Function constructor, function means method Function 构造函数,function 表示方法

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM