Kursy
Zaloguj sięZacznij uczyć się AI
Kursy
Zaloguj sięZacznij uczyć się AI

Dyskusje Q&A

What is the output of this code? for (var i = 5; i <9; i++) {document.write (9-i);}
codecodingdeveloperjavascriptjsvariables
6 głosów
2 odpowiedzi
12th Aug 2017, 12:24 PM
Tahir Usman
Tahir Usman - avatar
document.write(Hello world)
{document.write<script>
2 głosów
3 odpowiedzi
8th Mar 2018, 3:39 PM
Pooja Ahirwar
Pooja Ahirwar - avatar
function can_i_enter(age) if (age < 6) { document.write ("you are not allowed to watch Dead pool after 6:00pm.");} else if (age>=6 && age<17) {document.write("you must be accompanied by a guardian who is 21 or older.");} else if (age>=17 && age<25) {document.write ("you are allowed to watch Dead pool, right after you show some ID. ")} else if (age>=25) { document.write ("Yah! you can watch Dead pool with no strings attached!");} else { document.write ("Invalid age. ");} can_i_enter (24);
javascript
0 głosów
9 odpowiedzi
31st Aug 2016, 8:42 PM
Dan-Awoh Emmanuel
Dan-Awoh Emmanuel - avatar
Popularne dzisiaj
Activities on sololearn
7 Votes
Can you help me ?
1 Votes
Cybersecurity jobs without degree
1 Votes
What am I doing wring?
2 Votes
CAN ANYONE SUGGEST ME AS A STUDENT WITH A PASSION OF CODING WHICH CODING LANGUAGE SHOULD I CHOOSE AS BEGGINER
1 Votes
App development 🔥☝️
1 Votes
Computer architecture
1 Votes
what should be my first project in C.
2 Votes
Playground input
1 Votes
[SOLVED] What's wrong in my code?
0 Votes