I have a script that renders some HTML content and looks like this.
renderJobs = async () => { const jobs = await getJobs(); const view = ` ${jobs.map(