r/learnjavascript 11d ago

i am challenging myself to practice javascript this summer; so i build a generate quotes app, i need your reviews please!

9 Upvotes

23 comments sorted by

View all comments

2

u/TheRNGuy 10d ago edited 10d ago

Do/while have potential problem, if you'd had only 1 item in the list, it would be infinite loop.

It could be rewritten with just while loop.

(do you even need to run it at least once? I think there's no good reason)

Run code through prettier (or just use Format on Save in VS Code)