0
How can you set a variable in the JavaScript output
Alot of people are wondering this and I have the answer, a alert bar. Here is some of mine for a example var person = prompt("Please enter your name", "Replace with name"); alert(person);
1 ответ
+ 1
var person = prompt("Please enter your name", "Replace with name");
alert(person);