Rest countries api with vanilla js

Solution retrospective
Any feedback is appreciated.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Jumanjigobez
Hey @Manik2375, you did it well may I kindly suggest on the population numbers part you can add in your htmlGenerator.js code
<dd class="country__property-value">${population}</dd>
you can add this
${population.toLocaleString()}
to make it have comma separated values. Hope it helped otherwise keep coding bro :)Marked as helpful
Join our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord