Function and Object_javascript techniques in Javascript

Source: Internet
Author: User
This article briefly introduces the relationship between functions and objects in Javascript, and attaches an example analysis to help us better understand the relationship between functions and objects in Javascript, for more information, see. Function

A function is an object. A function object is a function object. All Function objects are constructed by the Function object. That is to say, Function is the top-level constructor. It constructs all objects in the system, including user-defined objects, built-in system objects, and even including itself.

Object

Objects are top-level objects. All objects inherit the Object prototype. You also need to know that objects are also Function objects. Therefore, objects are constructed by functions.

Relationship Between Function and Object:

The Code is as follows:


Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.