I have a results variable that is an array of objects. I carry the results variable from my javascript file to my main route file. I am trying to render my page to display l
My answer is as follows. I changed one line from the answer by other person.
<%for (var result in results){%> <%=result%>:<%=results[result]%> <%}%>