What is the translation of " A FUNCTION DECLARATION " in Chinese?

[ə 'fʌŋkʃn ˌdeklə'reiʃn]
[ə 'fʌŋkʃn ˌdeklə'reiʃn]
一个函数声明
一个functiondeclaration

Examples of using A function declaration in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
This is a function declaration:.
这是一个函数声明:.
If you remember the syntax of a function declaration:.
如果你记得函数声明的格式:.
You can not overload a function declarations that differ only by return type.
不可以只用不同的返回类型区分不同重载函数声明
As the trailing return type of a function declaration;
作为函数声明的尾随返回类型;.
But a Function Declaration must have a name, so there will be an error:.
函数声明必须有一个函数名,所以会导致错误:.
That means you can omit the function name from a function declaration..
这意味着你可以从函数声明中省略函数名。
So this is a function declaration:.
这是函数的声明:.
A function declaration is very easily and often unintentionally turned into a function expression.
函数声明非常容易(经常是意外地)转换为函数表达式。
So this is a function declaration:.
这是一个函数声明:.
If function is the very first thing in the statement,then it's a function declaration.
如果“function”是这个语句中的第一个东西,那么它就是一个函数声明
This is because a function declaration is a statement.
这是因为定义函数是一个声明。
At that starting moment there is only makeCounter function,because it's a Function Declaration.
在开始时里面只有一个makeCounter函数,因为它是一个函数声明
However, with a function declaration the entire function is processed in advance of any code execution.
但是,函数声明在执行任何代码之前加载。
Sometimes, when we need a reliable internal name,it's the reason to rewrite a Function Declaration to Named Function Expression form.
有时候,当我们需要一个可靠的内部名时,我们就会将函数声明重写为命名的函数表达式的形式。
A Function Declaration defines a named function variable without requiring variable assignment.
函数声明定义了一个命名的函数变量,而不需要变量赋值。
A function definition(also called a function declaration) consists of the function keyword, followed by.
一个函数的定义(也称为函数的声明)由一系列的函数关键词组成,依次为:.
A function declaration statement actually declares a variable and assigns a function object to it.
对函数声明语句来说,其实是声明了一个变量,然后把函数对象赋值给它。
A function definition(also called a function declaration) consists of the function keyword, followed by.
一个函数定义(也称为函数声明,或函数语句)由一系列的function关键字组成,依次为:.
A function declaration is declares the existence of a function with its name and type signature to the compiler.
函数声明声明存在一个函数及其名称和类型签名给编译器。
When the parser encounters the function keyword,it knows to parse it as a function expression and not a function declaration.
因为这点,当圆括号为了包裹函数碰上了function关键词,它便知道将它作为一个函数表达式去解析而不是函数声明
This does not make it a function declaration, and the name is not brought into scope, nor is the body hoisted.
这样并不能使它成为函数的声明,并且这个名称没有被带入到作用域,函数体也没有被提升。
When the parser encounters the function keyword,it knows to parse it as a function expression and not a function declaration.
这样,当解析器遇到function关键字时,就会知道将它作为一个functionexpression解析,而不是一个functiondeclaration
This is because x is not a function declaration but the function-expression(FunctionExpression, in abbreviated form FE) which does not affect on VO.
这是因为x不是一个函数声明而是函数表达式(FunctionExpression,缩写FE),它不会影响到VO。
A function definition(also called a function declaration, or function statement) consists of the function keyword, followed by:.
一个函数定义(也称为函数声明,或函数语句)由一系列的function关键字组成,依次为:.
This is because x is not a function declaration but the function-expression(FunctionExpression, in abbreviated form FE) which does not affect on VO.
这是因为x不是一个函数声明(functiondeclaration)而是一个函数表达式(function-expression,简写为FE),而后者不影响VO。
Adding the name"func" after function did not make it a Function Declaration, because it is still created as a part of an assignment expression.
在function后面的名字"func"没有使它成为函数声明,因为它仍然是作为赋值表达式中的一部分被创建的。
The easiest way to distinguish a function declaration from a function expression is to check the position of the word function in the statement.
区分函数声明和函数表达式最简单的方式是看function关键字出现在声明中的位置。
An anonymous function looks very much like a regular function declaration, except that its name is omitted.
匿名函数看起来非常像一个常规函数声明,除了其名称省略了。
A user defined function declaration starts with the word“function”:.
用户定义的函数声明以“function”开头。
Results: 29, Time: 0.0336

Word-for-word translation

Top dictionary queries

English - Chinese