質問編集履歴

2

編集

2020/05/16 08:41

投稿

cuku
cuku

スコア108

test CHANGED
File without changes
test CHANGED
@@ -9,6 +9,12 @@
9
9
 
10
10
 
11
11
  ```ここに言語を入力
12
+
13
+
14
+
15
+ userEntities: UserEntity[] = []
16
+
17
+
12
18
 
13
19
  class UserEntity {
14
20
 

1

編集

2020/05/16 08:41

投稿

cuku
cuku

スコア108

test CHANGED
File without changes
test CHANGED
@@ -42,7 +42,7 @@
42
42
 
43
43
  users.forEach((user) => {
44
44
 
45
- this.usersEntities = [...this.usersEntities, new userEntity(user)]
45
+ this.usersEntities = [...this.usersEntities, new UserEntity(user)]
46
46
 
47
47
  })
48
48