It's a very basic question, but it intrigues me a lot. See the code below:
var bola = "redonda";
if(bola == "comestivel") return comer();
if(bola == "liquida") return beber();
if(bola == "redonda") chutar();
Now see the same with if ,...
asked by
23.11.2014 / 01:18