Design comparison
Solution retrospective
Give me some feedback on my javascript code!!!
Community feedback
- @ArindamSankarDasPosted over 2 years ago
I viewed a bit of your code on Github. First, your folder structure is a complete mess and you should start by placing your style, and script files in their specific folders. Now, coming to your JS code I want to point out many things but I'll just point out the major ones. In your code, you are retrieving data from arrays manually, meaning you are defining the array variable and passing the index value of that array. Example: array[0] =
some code
. This is a bad practice and it stood out more than anything in your script. I have completed this project so you can go and check it out or if want help to refactor your code, I will help you. Give me a reply or send me an email at [email protected]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