ExamGecko
Ask Question

Salesforce Certified JavaScript Developer I Practice Test - Questions Answers, Page 20

Add to Whishlist

List of questions

Question 191

Report Export Collapse

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

Become a Premium Member for full access
  Unlock Premium Member

Question 192

Report Export Collapse

Refer to the string below: const str = 'Salesforce'; Which two statements result in the word 'Sales'?

Choose 2 answers

Become a Premium Member for full access
  Unlock Premium Member

Question 193

Report Export Collapse

Given the JavaScript below:

Salesforce Certified JavaScript Developer I image Question 193 63864 09232024002545000000

Which code should replace the placeholder comment on line 05 to highlight accounts that match the search string'

Become a Premium Member for full access
  Unlock Premium Member

Question 194

Report Export Collapse

Refer to the following code:

Salesforce Certified JavaScript Developer I image Question 194 63865 09232024002545000000

Which two statement could be inserted at line 17 to enable the function call on line 18?

Choose 2 answers

Become a Premium Member for full access
  Unlock Premium Member

Question 195

Report Export Collapse

Salesforce Certified JavaScript Developer I image Question 195 63866 09232024002545000000

Which code change should be done for the console to log the following when 'Click me!' is clicked'

> Row log

> Table log

Become a Premium Member for full access
  Unlock Premium Member

Question 196

Report Export Collapse

A developer has an ErrorHandler module that contains multiple functions.

What kind of export should be leveraged so that multiple functions can be used?

Become a Premium Member for full access
  Unlock Premium Member

Question 197

Report Export Collapse

Refer to the code:

Salesforce Certified JavaScript Developer I image Question 197 63868 09232024002545000000

Given the code above, which three properties are set for pet1? Choose 3 answers

Become a Premium Member for full access
  Unlock Premium Member

Question 198

Report Export Collapse

Refer the following code

Salesforce Certified JavaScript Developer I image Question 198 63869 09232024002545000000

what is the value of array after code executes?

Become a Premium Member for full access
  Unlock Premium Member

Question 199

Report Export Collapse

Refer the code below.

x=3.14;

function myfunction() {

"use strict";

y=x;

}

z=x;

myFunction();

Become a Premium Member for full access
  Unlock Premium Member

Question 200

Report Export Collapse

Refer to the string below.

Const str='Salesforce';

Which two statements results in the word 'Sales'?

Become a Premium Member for full access
  Unlock Premium Member
Total 224 questions
Go to page: of 23

Related questions