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)

return(false)