FUNCTION DECLARATION Meaning in Japanese - translations and usage examples

['fʌŋkʃn ˌdeklə'reiʃn]
['fʌŋkʃn ˌdeklə'reiʃn]

Examples of using Function declaration in English and their translations into Japanese

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
The function declaration got moved up too.
Function宣言もここに移動する。
Delete the remaining empty function declaration.
空になった関数の宣言部分を削除する。
Function Declaration: the function in the main code flow.
関数宣言:メインコードフローの中の関数。
It has say, because that's a Function Declaration.
関数宣言なのでsayを持っています。
When to choose Function Declaration versus Function Expression?
関数宣言と関数式のどちらを選択するのか?
NOTE: Passing by-reference is permitted in the function declaration only.
注意:値の参照渡しは、関数宣言においてのみ可能です。
But a Function Declaration must have a name, so this kind of code will give an error.
しかし、関数宣言は名前が必須なので、エラーになります。。
That is why we can call a function declaration before it is defined.
そういうわけで、定義される前に関数宣言を呼び出すことができます。
The arguments will appear at one indention level deeper than the function declaration.
引き数は関数宣言より1段深くインデントされる。
A function declaration also creates a variable with the same name as the function name.
関数宣言は同時にその関数名と同じ名前の変数を作成します。
Two references stand for the identifiers in the variable and function declaration statements.
つの参照は、変数および関数の宣言ステートメントにおける識別子を指しています。
Function Declaration: a function, declared as a separate statement, in the main code flow.
関数宣言:メインのコードフローで別の文として宣言された関数。
The option\'-bfde\' causes anewline to be forced before the closing bracket of the function declaration.
Bfde\'オプションを指定すると、関数宣言の閉括弧の前に改行を入れる。
The Function Declaration(1) creates the function and puts it into the variable named sayHi.
関数宣言(1)で関数を生成し、変数名sayHiに格納します。
It doesn't matter whether the function is created using Function Declaration or Function Expression.
関数が関数宣言、関数式どちらを使って作られたのかは関係ありません。
Standard C function declaration syntax was perfectly adequate for the feature set of the C language.
標準Cの関数宣言の構文はC言語の機能に対しては最適なものであった。
At that starting moment there is only the makeCounter function,because it's a Function Declaration.
開始時点では、makeCounter関数だけがあります。なぜなら、それが関数宣言だからです。
That's because a Function Declaration is only visible inside the code block in which it resides.
なぜなら、関数宣言は、それが存在するコードブロックの内側でのみ見えるからです。
As a rule of thumb, when we need to declare a function,the first to consider is Function Declaration syntax.
経験則として、関数を宣言する必要があるとき、最初に考えるのは関数宣言構文です。
In strict mode, when a Function Declaration is within a code block, it's visible everywhere inside that block.
関数宣言がコードブロックの中で作られるとき、そのブロックの内側であればどこからでも見えます。
If the function definition is not found in opened projects,then the hyperlink jumps to the function declaration.
開かれたプロジェクト内で関数定義が見つからない場合、ハイパーリンクは関数宣言にジャンプします。
Function declaration hoisting Function declarations in JavaScript are hoisting the function definition.
関数宣言の巻き上げJavaScriptの関数宣言は、関数の定義を巻き上げます。
A hyperlink from a function definition infrastructure tries to find the function declaration in opened projects.
関数定義インフラストラクチャーからのハイパーリンクは、開かれたプロジェクト内の関数宣言を見つけようとします。
The Function Declaration sayHi is created when JavaScript is preparing to start the script and is visible everywhere in it.
関数宣言sayHiは、JavaScriptがスクリプトの開始の準備をしているときに生成され、その中でどこからでも見えます。
You can see that the subtypes of these items are varD(variable declaration),and func(function declaration) respectively.
これらの項目のサブタイプがそれぞれvarD(変数宣言)、func(関数宣言)であることを確認できます。
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"を追加しても、関数宣言にはなりません。なぜなら、それはまだ代入式の一部として作成されているためです。
You can explicitly set the visibility of an individualsymbol using the visibility attribute on a data or function declaration.
データまたは関数宣言でvisibility属性を使用して個々のシンボルの可視属性を明示的に設定することができます。
Inline is used directive-style at the end of procedure and function declaration to mark the procedure or function for inlining, but became a reserved word for Turbo Pascal.
Inlineは、手続きおよび関数宣言の末尾で指令形式に使用され、その手続きや関数がインライン対象であることを示しますが、TurboPascalでは予約語になりました。
The Function Expression is wrapped with parenthesis function{…}, because when JavaScript meets"function" in the main code flow,it understands it as the start of a Function Declaration.
関数式は括弧(function{…})で囲まれています。なぜなら、JavaScriptはメインコードフローの中で"function"を見つけると、関数宣言の開始と理解します。
When we need a reliable internal name,it's the reason to rewrite a Function Declaration to Named Function Expression form.
信頼できる内部名が必要なときには、それは関数宣言を名前付けされた関数式の形に書き換える理由になります。
Results: 34, Time: 0.0296

Word-for-word translation

Top dictionary queries

English - Japanese