回答編集履歴

1

roulette_id === 0の条件は省いたほうがいいか(一応)

2019/05/25 03:05

投稿

otolab
otolab

スコア765

test CHANGED
@@ -16,7 +16,7 @@
16
16
 
17
17
  function isRouletteStarted() {
18
18
 
19
- return !!roulette_id
19
+ return roulette_id == null
20
20
 
21
21
  }
22
22