Question

Which line of JavaScript will prevent the page from refreshing after a web form has been submitted?

(1 point)
Responses

getDocumentById

getDocumentById

window.alert()

window.alert()

lock.screen()

lock.screen()

return(false)

Answers

GPT 3.5
return(false)

Related Questions