Answer the question
In order to leave comments, you need to log in
How can I get .ejs with the right parameters?
I have an .ejs file that receives data from Node.js from MySql:
<% let max = 10;%>
<% for(let i = 0; i < max; i++) {%>
<%= results[i]['about'] %>
<% } %>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question