freecodecamp.cn
freecodecamp.cn copied to clipboard
Translation update
if (slotOne === slotTwo && slotTwo === slotThree){
return slotOne;
} else { return" "; }
这样写哪里不对?伤脑筋
if (slotOne === slotTwo && slotTwo === slotThree){
return slotOne;
} else { return" "; }
这样写哪里不对?伤脑筋
要求是返回null else{ return null; }