Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
I used React for the first time on my own for a challenge, which was quite easier than I expected it to be.
What challenges did you encounter, and how did you overcome them?When I was mapping through the list, in the return statement, I was returning a {} instead of a (). This is because I've used a lot of arrow functions in JS, and they normally use {}. So, it was hard to figure out the problem, but luckily, I asked ChatGPT, and it identified the problem. This is what i mean: ` links.map(link => {
{link.siteName}
}) `
What specific areas of your project would you like help with?On using JS framweorks
Community feedback
- @pauzuffinettiPosted 9 months ago
amazingly done!
1
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