Summer Certification Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: force70

Salesforce Certified JavaScript Developer (JS-Dev-101) JavaScript-Developer-I Question # 5 Topic 1 Discussion

Salesforce Certified JavaScript Developer (JS-Dev-101) JavaScript-Developer-I Question # 5 Topic 1 Discussion

JavaScript-Developer-I Exam Topic 1 Question 5 Discussion:
Question #: 5
Topic #: 1

HTML:

< p > The current status of an Order: < span id= " status " > In Progress < /span > < /p >

Which JavaScript statement changes ' In Progress ' to ' Completed ' ?


A.

document.getElementById( " .status " ).innerHTML = ' Completed ' ;


B.

document.getElementById( " #status " ).innerHTML = ' Completed ' ;


C.

document.getElementById( " status " ).innerHTML = ' Completed ' ;


D.

document.getElementById( " status " ).Value = ' Completed ' ;


Get Premium JavaScript-Developer-I Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.