witz des tages

FB_IMG_1603404813532.jpg
 
Habe drüber nachgedacht, ich sehe das Problem klar bei der Mutter!

goToMarket()
{
var bottleCount = 1;

if (eggsAvailable){
bottleCount = 6;
}

return bottleCount;
}
<Klausurmodus>
Warning: goToMarket() - missing type, assuming integer.
Error: eggsAvailable - not defined
Error: eggsAvailable - not a function

Concept: bottleCount (and eggsWanted as well!) should be a member of a MarketItems_t collection that is passed to goToMarket()
</Klausurmodus>
 
Zuletzt bearbeitet:


Zurück
Oben Unten