1
Hjälp med javascript
Postat av IFKgooteborg den 12 Mars 2013, 19:40
10 kommentarer · 287 träffar
Tjena FB.
jag har fastnat på ett problem.
if ( )
{
alert("Let's go down the first road!");
}
else
{
// what should we do if the condition is wrong? fill in here:
}
Jag sätter typ in
if (11>5)
{
alert("Let's go down the first road!");
}
else
{
// what should we do if the condition is wrong? fill in here:
}
Men jag förstår inte vad dom vill att jag ska göra..
jag har fastnat på ett problem.
if ( )
{
alert("Let's go down the first road!");
}
else
{
// what should we do if the condition is wrong? fill in here:
}
Jag sätter typ in
if (11>5)
{
alert("Let's go down the first road!");
}
else
{
// what should we do if the condition is wrong? fill in here:
}
Men jag förstår inte vad dom vill att jag ska göra..





