Salesforce Platform Developer I (legacy) — Question 162
What are three capabilities of thetag when loading JavaScript resources in Aura components? (Choose three.)
Answer options
- A. One-time loading for duplicate scripts
- B. Specifying loading order
- C. Loading externally hosted scripts
- D. Loading files from Documents
- E. Loading scripts in parallel
Correct answer: A, B, C
Explanation
The correct options A, B, and C highlight the unique functionalities of thetag, such as preventing duplicate script loading, controlling the sequence of script execution, and allowing the use of external scripts. Options D and E do not correctly represent the capabilities of thetag, as it does not facilitate loading files from Documents or parallel loading of scripts.