Alert & Prompt
Alert & Prompt
There are two ways to take input in JavaScript: Alert & Prompt.
AlertAn alert displays a message on the page.
alert("something is wrong");
PromptA prompt displays a dialog box that asks the user for some input.
prompt("please enter yo...
javascript-part-2.hashnode.dev2 min read