<% for(let count = 0; count <= 100; count++ ){ %> <br><%= count %> <%# will output the numbers 1-100 %> <% } %>