Q&A Discussões
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 Voto
13 RespostasQuente hoje
App
2 Votes
How to improve code readability
0 Votes
I NEED to make a game
1 Votes
Regarding course
0 Votes
Solved Grouping data
0 Votes
what is python
0 Votes
Android
0 Votes