Mixed Message * Portfolio Project

Link to my project
https://github.com/faizela/stoic_quotes

Feedback and Criticism Welcome

Thanks :smiley:

Hey there! this is a great project, I’ve just noticed that you’re using “let” to declare your objects, which is okay! but, for future reference you’d probably want to use the “const” declaration as you have no plans of mutation in the objects later in the project.

1 Like

Hey wraith, Thanks for the feedback, I will keep that in mind. :smiley: