Multiple choice

The external JavaScript file must contain the <script> tag.

  1. False

  2. true

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

External JavaScript files should only contain JavaScript code; the tag is used in the HTML file to link the external file.