What's the value we give to the src attribute when we want to include a script on a webpage?

The name of a JavaScript file, like "script.js"A numeric value like 1010A function call like "update()"The value "script"

Make sure to pick the name of a JavaScript file. That's because the script we want to link is the code of a JavaScript file.