/app/views/scores.ejs:32 30| <td class="align-middle small text-muted d-none d-xl-table-cell" style="text-align:right"><%=n.speed%></td> 31| <td class="align-middle small text-muted d-none d-xl-table-cell" style="text-align:right"><%=n.accuracy%> %</td> >> 32| <td nowrap class="align-middle" style="text-align:right"><%=n.score%> <span class="flag-icon flag-icon-<%=n.country%>" title="<%=config.COUNTRIES[n.country.toUpperCase()]%>" style="height:14px"></span></td> 33| </tr> 34| <% }) %> 35| <%if(scores.length==0){%> Cannot read property 'toUpperCase' of null