Frontend Quiz app

Please log in to post a comment
Log in with GitHubCommunity feedback
- P@anamaydev
I noticed that the answer options (A, B, C, D) are written out manually using repeated JSX. To make the code cleaner and more maintainable, you could use .map() to dynamically render the options from an array. Same for the language options. This would reduce repetition.
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