Sesiones de PyR
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 Votos
13 RespuestasEn tendencia hoy
Game dev advice
1 Votes
Teach 7 Year old Coding
1 Votes
Help game dev projects
1 Votes
Markdown Support on SoloLearn?
0 Votes
Introduction to Python course
0 Votes
How to build a website?
0 Votes