JavaScript-Developer-I 無料問題集「Salesforce Certified JavaScript Developer (JS-Dev-101)」

Refer to the code below:
01 let sayHello = () = > {
02 console.log( ' Hello, World! ' );
03 };
Which code executes sayHello once , two minutes from now?

解説: (JPNTest メンバーにのみ表示されます)
let sampleText = " The quick brown fox jumps " ;
Which three expressions return true for a substring?

正解:A、C、D 解答を投票する
解説: (JPNTest メンバーにのみ表示されます)
Refer to the code below:
01 x = 3.14;
02
03 function myFunction() {
04 ' use strict ' ;
05 y = x;
06 }
07
08 z = x;
09 myFunction();
Considering the implications of ' use strict ' on line 04, which three statements describe the execution of the code?

正解:A、B、E 解答を投票する
解説: (JPNTest メンバーにのみ表示されます)
Which two implementations of utils.js support foo and bar?

正解:A、C 解答を投票する
解説: (JPNTest メンバーにのみ表示されます)
Refer to the code:
01 console.log( ' Start ' );
02 Promise.resolve( ' Success ' ).then(function(value) {
03 console.log( ' Success ' );
04 });
05 console.log( ' End ' );
What is the output after the code executes successfully?

解説: (JPNTest メンバーにのみ表示されます)
Which three browser specific APIs are available for developers to persist data between page loads?

正解:C、D、E 解答を投票する
解説: (JPNTest メンバーにのみ表示されます)
Refer to the code below:
01 function myFunction(reassign) {
02 let x = 1;
03 var y = 1;
04
05 if (reassign) {
06 let x = 2;
07 var y = 2;
08 console.log(x);
09 console.log(y);
10 }
11
12 console.log(x);
13 console.log(y);
14 }
What is displayed when myFunction(true) is called?

解説: (JPNTest メンバーにのみ表示されます)
Refer to the code below:
01 const myFunction = arr = > {
02 return arr.reduce((result, current) = > {
03 return result + current;
04 }, 10);
05 }
What is the output of this function when called with an empty array?

解説: (JPNTest メンバーにのみ表示されます)
A developer creates a new web server that uses Node.js. It imports a server library that uses events and callbacks for handling server functionality. The server library is imported with require and is made available to the code by a variable named server. The developer wants to log any issues that the server has while booting up.
Which code logs an error at boot time with an event?

解説: (JPNTest メンバーにのみ表示されます)

弊社を連絡する

我々は12時間以内ですべてのお問い合わせを答えます。

オンラインサポート時間:( UTC+9 ) 9:00-24:00
月曜日から土曜日まで

サポート:現在連絡