質問編集履歴

3

タイポ

2020/07/30 07:24

投稿

jonybee
jonybee

スコア8

test CHANGED
File without changes
test CHANGED
@@ -42,7 +42,7 @@
42
42
 
43
43
  {(
44
44
 
45
- (hoge.setDate(hoge.getDate() + 1),
45
+ (hoge.setDate(hoge.getDate() + 1)),
46
46
 
47
47
  (hoge.getMonth() === month - 1 ? hoge.getDate() : null)
48
48
 

2

タイポ

2020/07/30 07:24

投稿

jonybee
jonybee

スコア8

test CHANGED
File without changes
test CHANGED
@@ -18,7 +18,7 @@
18
18
 
19
19
  {(
20
20
 
21
- (hoge.setDate(hoge.getDate() + 1),
21
+ (hoge.setDate(hoge.getDate() + 1)),
22
22
 
23
23
  (hoge.getMonth() === month - 1 ? hoge.getDate() : null)
24
24
 

1

タイトルの変更

2020/07/30 07:24

投稿

jonybee
jonybee

スコア8

test CHANGED
@@ -1 +1 @@
1
- reactのJSXの中の関数のカンマ
1
+ ReactのJSXの中の関数のカンマについて教えていただきたいです
test CHANGED
File without changes