Which three actions must be completed in a Lightning web component for a JavaScript file In a static resource to be loaded? Choose 3 answers
Import the static resource.
Reference the static resource in a <script> tag.
Call loadScript.
Import a method from the platformResourceLoader.
Append the static resource to the DOM.
Submit