Salesforce Certified JavaScript Developer I Exam (JavaScript-Developer-I日本語版) - JavaScript-Developer-I日本語 Free Exam Questions

QUESTION NO: 1
開発者は、いくつかの値を加算する関数を実装する。
function sum(num1, num2, num3) {
if (num3 === undefined) {
num3 = 0;
}
return num1 + num2 + num3;
}
開発者は、この関数で戻り値10を取得するために、どの3つのオプションを選択できますか?

Correct Answer: B,C,D Vote an answer
Explanation: Only visible for Actual4test members. You can sign-up / login (it's free).
QUESTION NO: 2
開発者は、DatePrettyPrint というモジュールを使用したいと考えています。
このモジュールは、printDate() というデフォルト関数を 1 つエクスポートします。
開発者はどのようにしてprintDate()をインポートして使用できますか?

Correct Answer: B Vote an answer
Explanation: Only visible for Actual4test members. You can sign-up / login (it's free).
QUESTION NO: 3
以下のコードを参照してください。
let inArray = [ [1, 2], [3, 4, 5] ];
どの2つの文が配列[1, 2, 3, 4, 5]を生成しますか?
(入力ミスを修正済み: usArray # inArray、.. # ....)

Correct Answer: A,C Vote an answer
Explanation: Only visible for Actual4test members. You can sign-up / login (it's free).
QUESTION NO: 4
値:
true + 3 + ' 100 ' + null

Correct Answer: B Vote an answer
Explanation: Only visible for Actual4test members. You can sign-up / login (it's free).
QUESTION NO: 5
以下のコードを参照してください。
01 let o = {
02 get js() {
03 let city1 = String( ' St. Louis ' );
04 let city2 = String( ' New York ' );
05
06 return {
07 firstCity: city1.toLowerCase(),
08 secondCity: city2.toLowerCase(),
09 }
10 }
11 }
開発者は、o.js.secondCityを参照することでどのような価値を期待できるのでしょうか?

Correct Answer: A Vote an answer
Explanation: Only visible for Actual4test members. You can sign-up / login (it's free).
QUESTION NO: 6
開発者は、新しいユーザー名を登録しようとするユーザーにメッセージを返すために、以下のコードを作成します。ユーザー名が利用可能な場合、3行目でmsgという名前の変数が宣言され、値が割り当てられます。
function getAvailabilityMessage(item) {
if (getAvailability(item)) {
var msg = "ユーザー名が利用可能です";
msgを返します。
}
}

Correct Answer: B Vote an answer
Explanation: Only visible for Actual4test members. You can sign-up / login (it's free).
QUESTION NO: 7
以下の項目について最も正確な検査を実施します。
const arr = Array(5).fill(0);

Correct Answer: B,C Vote an answer
Explanation: Only visible for Actual4test members. You can sign-up / login (it's free).
QUESTION NO: 8
以下のコードブロックを参照してください。
01 let array = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11];
02 let output = 0;
03
04 for (let num of array) {
05 if (output > 10) {
06 break;
07 }
08 if (num % 2 == 0) {
09 continue;
10 }
11 output += num;
12 }
コード実行後の出力値は何ですか?

Correct Answer: C Vote an answer
Explanation: Only visible for Actual4test members. You can sign-up / login (it's free).

QUALITY AND VALUE

Actual4test Practice Exams are written to the highest standards of technical accuracy, using only certified subject matter experts and published authors for development - no all study materials.

Tested and Approved

We are committed to the process of vendor and third party approvals. We believe professionals and executives alike deserve the confidence of quality coverage these authorizations provide.

Easy to Pass

If you prepare for the exams using our Actual4test testing engine, It is easy to succeed for all certifications in the first attempt. You don't have to deal with all dumps or any free torrent / rapidshare all stuff.

Try Before Buy

Actual4test offers free demo of each product. You can check out the interface, question quality and usability of our practice exams before you decide to buy.