Ma todolist
<% todolist.forEach(function(todo, index) { %>
✘
<%= todo %>
<% }); %>
Que dois-je faire ?