質問編集履歴
1
コードのミスを変更
test
CHANGED
File without changes
|
test
CHANGED
@@ -24,7 +24,7 @@
|
|
24
24
|
|
25
25
|
if(i.type === "first") { // タグによる絞り込み
|
26
26
|
|
27
|
-
i.name // TSがstring
|
27
|
+
i.name // TSがstringと絞り込む
|
28
28
|
|
29
29
|
i.age // number
|
30
30
|
|