diff --git a/06 - Type Ahead/index-FINISHED.html b/06 - Type Ahead/index-FINISHED.html index 5902b43936..cf6489ce1d 100644 --- a/06 - Type Ahead/index-FINISHED.html +++ b/06 - Type Ahead/index-FINISHED.html @@ -43,7 +43,7 @@ return `
  • ${cityName}, ${stateName} - ${numberWithCommas(place.population)} + ${parseInt(place.population).toLocaleString()}
  • `; }).join('');