Design comparison
SolutionDesign
Solution retrospective
Hey folks, i would like to recive any comments and improvements opinions about this one!
If you think there is anything that could be better let me know!
Community feedback
- @dpineda64Posted over 4 years ago
Good job Alejandro just a comment on UrlShorter.js#L36 you could use Array.some() it's basically the same as what you are doing but that way you don't create a new array and maybe use a simple if on L40 so you don't re-write the localStorage if it's not needed.
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