Welche Anweisung erstellt ein neues XMLHttpRequest-Objekt in JavaScript?
const xmlHttp = new XMLHttpRequest()
const xmlHttp() = new XMLHttpRequest()
XMLHttpRequest = new xmlHttp()
const xmlHttp = XMLHttpRequest()

Anwendungsentwicklung Übungen werden geladen ...