Design comparison
SolutionDesign
Solution retrospective
I appreciate any feedback or suggestions you have regarding the solution.
Community feedback
- @edu290386Posted over 1 year ago
Your border countries tags show alpha3Code instead of showing countries name, you cancheck my project or use a function to get the name. const getName = (country) => { const newName = data.find((i) => i.alpha3Code == country); return newName.name; };
0
Please log in to post a comment
Log in with GitHubJoin 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