哥哥们…deja brew这一关怎么过啊
codecombat吧
全部回复
仅看楼主
level 1
q89871 楼主
全是e文,看不懂啊
2016年05月23日 11点05分 1
level 1
var potionsOnTheWall = 10;
var numToTakeDown = 1;
while(true) {
this.say(potionsOnTheWall + " potions of health on the wall!");
this.say(potionsOnTheWall + " potions of health!");
this.say("Take " + numToTakeDown + " down, pass it around!");
potionsOnTheWall -= numToTakeDown;
this.say(potionsOnTheWall + " potions of health on the wall.");
}
2016年06月23日 11点06分 2
1