In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-04-08 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/01 Report--
The knowledge points of this article "JavaScript function explicit parameters and implicit parameters how to define" are not quite understood by most people, so the editor summarizes the following contents, detailed contents, clear steps, and certain reference value. I hope you can get something after reading this article. Let's take a look at this "JavaScript function explicit parameters and implicit parameters how to define" article.
The JavaScript function does not do any checking on the value of the parameter.
Function explicit parameters (Parameters) and implicit parameters (Arguments)
Explicit arguments to the function:
FunctionName (parameter1,parameter2,parameter3) {
/ / the code to be executed.
}
The function explicit parameters are listed when the function is defined.
The function implicit parameter is passed to the real value of the function when the function is called.
Parameter rule
The JavaScript function does not specify a data type when defining explicit parameters.
The JavaScript function does not type-check implicit parameters.
The JavaScript function does not detect the number of implicit parameters.
Default parameter
In ES5, if the implicit parameter is not provided when the function is called, the parameter will be set to: undefined by default.
Sometimes this is acceptable, but it is recommended that you set a default value for the parameter:
Instance (ES5)
Function myFunction (XBI y) {
If (y===undefined) {
Yellow0
}
}
Or, in a simpler way:
Instance (ES5)
Function myFunction (XBI y) {
Yellowy | | 0
}
The above is the content of this article on "how to define explicit and implicit parameters of JavaScript function". I believe we all have some understanding. I hope the content shared by the editor will be helpful to you. If you want to know more about the relevant knowledge, please follow the industry information channel.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.