ExamGecko
Home Home / Salesforce / Certified JavaScript Developer I

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

Question list
Search
Search

Related questions











A developer has the function, shown below, that is called when a page loads.

Where can the developer see the log statement after loading the page in the browser?

A.
On the browser JavaScript console
A.
On the browser JavaScript console
Answers
B.
On the terminal console running the web server
B.
On the terminal console running the web server
Answers
C.
In the browser performance tools log
C.
In the browser performance tools log
Answers
D.
On the webpage console log
D.
On the webpage console log
Answers
Suggested answer: A

A developer wants to use a module called DataPrettyPrint. This module exports one default function called printDate ().

How can a developer import and use the printDate() function?

A.
A.
Answers
B.
B.
Answers
C.
C.
Answers
D.
D.
Answers
Suggested answer: B

After user acceptance testing, the developer is asked to change the webpage background based on user's location. This change was implemented and deployed for testing.

The tester reports that the background is not changing, however it works as required when viewing on the developer's computer.

Which two actions will help determine accurate results?

Choose 2 answers

A.
The developer should inspect their browser refresh settings.
A.
The developer should inspect their browser refresh settings.
Answers
B.
The tester should disable their browser cache.
B.
The tester should disable their browser cache.
Answers
C.
The developer should rework the code.
C.
The developer should rework the code.
Answers
D.
The tester should dear their browser cache.
D.
The tester should dear their browser cache.
Answers
Suggested answer: A, D

A developer initiates a server with the file server,js and adds dependencies in the source codes package,json that are required to run the server.

Which command should the developer run to start the server locally?

A.
start server,js
A.
start server,js
Answers
B.
npm start server,js
B.
npm start server,js
Answers
C.
npm start
C.
npm start
Answers
D.
node start
D.
node start
Answers
Suggested answer: C

Explanation:


Total 224 questions
Go to page: of 23