JavaScript functions self-invoking

Source: Internet
Author: User

1. A function is an event-driven or reusable block of code that executes when it is invoked.

2. Enclose the function in "()", followed by a "()"

3. JavaScript function's built-in object arguments object, which contains the parameter array of the function call!

4. Function call method, function is object, method of Object call (), apply () to invoke function!

Notice:

1. js Call function can not contain parameters, not to the parameter value can also Oh!    When you call a function, you can pass a value to it, which is called a parameter. is actually the arguments object is empty!

2. Function elevation (hoisting) promotes the current scope to the previous behavior. Elevation (hoisting) applies the declaration of a variable to a statement of the function.

3. A function is defined as an object's property, called an object method. The function is called the constructor of the object if it is used to create a new object.

JavaScript functions self-invoking

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.