Q&A Discussions
what's wrong in this condition
prompt ("")
if (prompt ("1")) {
document.write("<h1>HTML Tutorial</h1>");
} else if (prompt ("2")) {
document.write("<h1>CSS Tutorial</h1>");
} else {
document.write("<h1>JavaScript Tutorial</h1>");
}
I want when type 1 in output HTML tutorial shows, type 2 css tutorial shows else javascript tutorial
0 Votes
13 AnswersHot today
Java certification
2 Votes
Game dev
0 Votes
I can't understand the bug
0 Votes
Error with code
0 Votes
What is <p>
1 Votes
Guys I'm a newcomer
1 Votes