이승규

syntax error solved

......@@ -131,7 +131,7 @@ router.get('/Cname/:Cname/Cbirth/:Cbirth', (req,res) => {
dataLen,
name,
birth,
factorArr,
factorArr
});
}
});
......
......@@ -176,10 +176,11 @@
i++;
}
<% for(var n; n < probArr.length; n++) {%>
<% for(var n = 0; n < factorArr.length; n++) {%>
var temp, temp2;
temp = <%=probArr[n] %>;
temp2 = <%=factorArr[n] %>;
temp2 = '<%=factorArr[n] %>';
console.log(temp2);
// for(;j<10;j++)
// {
......