GPTchat tells me i can add: “…script src=“example.js” defer…” and it can:
Defer: Loads the JavaScript file in parallel but executes it after the HTML is parsed.
Async: Loads and executes the script asynchronously without blocking HTML parsing.
where exactly i can do so? i opened the CODE tab and see the content of the JS, then i open the HTML tab and not sure if i am to paste the suggested code right under the tab HTML.