Select Countries

Below are all the countries provided by <%= api %> Api. Select Your country and Click On submit Button


Select Countries

<% if(countries[0].msg){ %>

Enable to load countries list because <%= api %> API responded with: <%= countries[0].msg %>

<% } else { %> <% countries[0].forEach(function (obj, index){ %>
<% let str = obj.country %> <% let modStr = str[0].toUpperCase() + str.slice(1); %>
<% if(countries[1][index]){ %>
<% let str1 = countries[1][index].country %> <% let modStr1 = str1[0].toUpperCase() + str1.slice(1); %>
<% } %>
<% }) %> <% } %>