freecodecamp.cn icon indicating copy to clipboard operation
freecodecamp.cn copied to clipboard

Translation update

Open S1ngS1ng opened this issue 8 years ago • 2 comments

CCTO: yinxiaoming

Challenge Link

Typo

  • 现在我们的老虎机每次生存3个随机数

S1ngS1ng avatar Nov 08 '17 06:11 S1ngS1ng

if (slotOne === slotTwo && slotTwo === slotThree){

return slotOne;

} else { return" "; }

这样写哪里不对?伤脑筋

JAVA-WO avatar Nov 05 '18 14:11 JAVA-WO

if (slotOne === slotTwo && slotTwo === slotThree){

return slotOne;

} else { return" "; }

这样写哪里不对?伤脑筋

要求是返回null else{ return null; }

Rico-Go avatar Jan 07 '19 08:01 Rico-Go