+ 1

by which we take input from user and by which we display

16th Oct 2016, 6:59 PM
Avadhesh Panwar
Avadhesh Panwar - avatar
2 Answers
+ 3
Prompt() is used to take user input, also it takes two parameters. alert() is used to display text or massage which you want to display on user's screen.
17th Oct 2016, 3:14 AM
Shashank Kumar
Shashank Kumar - avatar
+ 2
yes right prompt box is a good methot to take an input and for output you can use many things 1. prompt box itself Prompt ("Output"); 2. alert ("output"); 3. confirm ("output"); 4. document.write ("output");
17th Oct 2016, 5:18 AM
Ankit Singh
Ankit Singh - avatar