Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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.");
});
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions