(This article also published in my public number "dotnet daily Essence article", Welcome to the right QR code to pay attention to. )
Yesterday, I had a bad cold today. If you are. NET developers, when it comes to front-end development, there are 11 things you should know about JavaScript functions.
If you are a. NET developers and have to deal with the work of front-end development, you should compare C # functions with JavaScript functions. JavaScript functions are the soul of JavaScript programming, so it is important to understand them correctly.
Dhananjay Kumar published two blog posts for everyone to share as one. The 11 things that net developers should know about JavaScript functions:
- The JavaScript function is an expression
- JavaScript functions are statements
- You can return a statement in a JavaScript function
- About the parameters of JavaScript functions
- The arguments object in the JavaScript function
- Variable-parameter JavaScript functions
- Scope in a function
- Nesting functions and lexical scopes
- The This keyword of the function
- function as a constructor
- Call () and apply () methods
"Read the original" is the first, the second address is: http://www.infragistics.com/community/blogs/dhananjay_kumar/archive/2015/04/14/11- Things-about-javascript-functions-that-net-developers-should-know-part-2.aspx
Original address: Http://www.infragistics.com/community/blogs/dhananjay_kumar/archive/2015/02/10/all-about-javascript-functions.aspx
11 things you should know about JavaScript's function. NET Developers