JavaScript30
JavaScript30 copied to clipboard
remove unused class on returned <span>
Remove the name class from the <span> element that holds the City and State names (from the displayMatches function) as that class is not being used at all.