Salesforce Certified JavaScript Developer I Exam Practice Test

Page: 1 / 14
Total 224 questions
Question 1

Refer to the string below:

const str = 'Salesforce';

Which two statements result in the word 'Sales'?

Choose 2 answers



Answer : B, D


Question 2

Given the following code:

let x = null;

console.log(typeof x);

What is the output?



Answer : A


Question 3

Refer to the code below:

Which replacement for the conditionalstatement on line 02 allows a developer to correctly determine

that a specific element, myElement on the page had been clicked?



Answer : A


Question 4

Refer to the HTML below:

Which JavaScript statement results in changing '' The Lion.''?



Answer : A


Question 5

Refer to the followingcode:



Answer : A


Question 6

A developer is leading the creation of a new web server for their team that will fulfill API requests from an existing client.

The team wants a web server that runs on Node.Js, and they want to use the new web framework Minimalist.Js. The lead developer wants to advocate for a more seasoned back-end framework that already has a community around it.

Which two frameworks could the lead developer advocate for?

Choose 2 answers



Answer : A, B


Question 7

Given the HTML below:

Which statement adds the priority-account CSS class to the Universal Containers row?



Answer : D


Page:    1 / 14   
Total 224 questions