CRT-600 試験問題を無料オンラインアクセス

試験コード:CRT-600
試験名称:Salesforce Certified JavaScript Developer I
認定資格:Salesforce
無料問題数:225
更新日:2025-09-09
評価
100%

問題 1

Which option is true about the strict mode in imported modules?

問題 2

Given the following code:
document.body.addEventListener(' click ', (event) => {
if (/* CODE REPLACEMENT HERE */) {
console.log('button clicked!');
)
});
Which replacement for the conditional statement on line 02 allows a developer to correctly determine that a button on page is clicked?

問題 3

Refer to following code block:
Let array = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11,];
Let output =0;
For (let num of array){
if (output >0){
Break;
}
if(num % 2 == 0){
Continue;
}
Output +=num;
What is the value of output after the code executes?

問題 4

Given the following code:

What is the output of line 02?

問題 5

Refer to the string below.
Const str='Salesforce';
Which two statements results in the word 'Sales'?

コメントを追加

あなたのメールアドレスが公開されることはありません。個人情報に関する内容は隠されます *

insert code
画面にある文字を入力してください。