[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y ] [Search | Free Show | Home]

<=== Acyst me here please

This is a blue board which means that it's for everybody (Safe For Work content only). If you see any adult content, please report it.

Thread replies: 15
Thread images: 3

<=== Acyst me here please
>>
No else?

Also why 3 = when 1 will do
>>
>>58174311
good catch but I changed the second if to else and still got "illegal return statement"
>>
>>58174174
what language is this
shouldn't semicolon go at the end of the return statements instead of after if statement?
fix your indentation
there isn't anything closing the first curly brace
the first if statement doesn't have anything

maybe programing isn't for you
>>
>>58174495
>what language is this
Maybe programming isn't for you, either.
It clearly says it's JavaScript.
>>
>>58174174
Parenthesis
>>
>>58174174
remove the ';' at the end of each if(){}
and place it after each return
>>
Still an illegal return
>>
>>58174643
The part Im on is line 25, the rest of the code has been approved by code academy
>>
>>58174643
Im a nigger faggot, the part im on is "choice1=paper"
>>
var compare = function (c1, c2) {
var result;
if (c1 === c2){
result = "tie";
}
else if (c1 === "rock") {
if (c2 === "scissors")
result = "rock wins";
else
result = "paper wins";
}
else if (c1 === "paper") {
if (c2 === "rock")
result = "paper wins";
else
result = "scissors win";
}
else{
if (c2 === "paper")
result = "scissors win";
else
result = "rock wins";
}
return result;
}


alert(compare("rock","scissors"))
>>
>>58174694
Is this suppose to be a cs graduate me?
>>
>>58174713
It is your common pajeet on /g/.
Don't worry, you can go a lot higher than that.
>>
>>58174713
*meme
>>
>>58174694
Now it says unexpected token else. So sorry for my incompetance
Thread posts: 15
Thread images: 3


[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y] [Search | Top | Home]

I'm aware that Imgur.com will stop allowing adult images since 15th of May. I'm taking actions to backup as much data as possible.
Read more on this topic here - https://archived.moe/talk/thread/1694/


If you need a post removed click on it's [Report] button and follow the instruction.
DMCA Content Takedown via dmca.com
All images are hosted on imgur.com.
If you like this website please support us by donating with Bitcoins at 16mKtbZiwW52BLkibtCr8jUg2KVUMTxVQ5
All trademarks and copyrights on this page are owned by their respective parties.
Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.
This is a 4chan archive - all of the content originated from that site.
This means that RandomArchive shows their content, archived.
If you need information for a Poster - contact them.