質問編集履歴

1

add =

2020/05/29 01:48

投稿

yuuki3333
yuuki3333

スコア1

test CHANGED
File without changes
test CHANGED
@@ -38,9 +38,9 @@
38
38
 
39
39
  <% lists.forEach(( list ) => { %>
40
40
 
41
- <li><% list.id %> </li>
41
+ <li><%= list.id %> </li>
42
42
 
43
- <li><% list.name %> </li>
43
+ <li><%= list.name %> </li>
44
44
 
45
45
  <% }) %>
46
46