This was my first project developing “alone”.
It was easy but i’ve improved my code after reading some codes here in the forum.
i took about 5 minutes to make my first version and 10 more to improve it.
Hey I think thast looks good. But one thing. Why do you declare the Arrow functions with let? I propose const because normally the program do not have to change your functions.
Thats true, i dont know why i use let, maybe a bad habit.
Thanks for the feedback
1 Like