开发者

What is the difference between function and Function

开发者 https://www.devze.com 2023-03-08 17:40 出处:网络
What 开发者_如何转开发is the difference between function and Function?function is a language keyword used to define functions.

What 开发者_如何转开发is the difference between function and Function?


function is a language keyword used to define functions.

Function is the builtin prototype object that represents all functions.


See the following tutorial to get the detail information

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

Function constructor, function means method


Go through this tutorial

Defining functions
The Function constructor

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

0

精彩评论

暂无评论...
验证码 换一张
取 消