Valid PDII Dumps shared by ExamDiscuss.com for Helping Passing PDII Exam! ExamDiscuss.com now offer the newest PDII exam dumps, the ExamDiscuss.com PDII exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com PDII dumps with Test Engine here:
A developer created a JavaScript library that simplifies the development of repetitive tasks and features and uploaded the library as a static resource called rsutils in Salesforce. Another developer is coding a new Lightning web component (LWC) and wants to leverage the library, Which statement properly loads the static resource within the LWC?
Correct Answer: D
To load a static resource within a Lightning web component, you should use an import statement with the @salesforce/resourceUrl module. This statement correctly refers to the static resource by its name.References: Lightning Web Components Developer Guide - Use Static Resources
Recent Comments (The most recent comments are at the top.)
Recent Comments (The most recent comments are at the top.)
Answer is A
I think it should be A, https://developer.salesforce.com/docs/platform/lwc/guide/js-third-party-library.html