Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Salesforce Exam Javascript-Developer-I Topic 8 Question 3 Discussion

Actual exam question for Salesforce's Salesforce Certified JavaScript Developer I exam
Question #: 3
Topic #: 8
[All Salesforce Certified JavaScript Developer I Questions]

A developer is creating a simple webpage with a button. When a user clicks this button

for the first time, a message is displayed.

The developer wrote the JavaScript code below, but something is missing. The

message gets displayed every time a user clicks the button, instead of just the first time.

01 function listen(event) {

02 alert ( 'Hey! I am John Doe') ;

03 button.addEventListener ('click', listen);

Which two code lines make this code work as required?

Choose 2 answers

Show Suggested Answer Hide Answer
Suggested Answer: C, D

Contribute your Thoughts:

Currently there are no comments in this discussion, be the first to comment!


Save Cancel