illustrate keyboard input and screen output in JavaScript with example
Answers
Answered by
1
Answer:
alert("Hej! \n"); Parameter is plain text, not HTML. ...
confirm("Do you want to continue?"); Opens a dialog box and displays the parameter and two buttons, OK and Cancel.
prompt("What is your name?", ""); Opens a dialog box and displays its string parameter, along with a text box and two buttons, OK and Cancel.
Explanation:
mark as brainlest
Similar questions