Question: 1 const button = document.getElementById ( submit ) ; const username = document. getElementById ( input - username ) ; const password

1 const button =
document.getElementById ("submit");
const username =
document. getElementById ("input-username");
const password =
document, getElementById ("input-password") ;
4
5 button.addEventListener("click", async (event)
event.preventDefault ();sub. arcology . builders:5000/login",{
"method": "post",
"body": { username, password }
});
console. log("I've been clicked.");
});
 1 const button = document.getElementById ("submit"); const username = document. getElementById

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!