Replymessage unavailable
Фотография
click to show
click to show
мені на курсі node.js таку рецензію нешодавно написали на виконане завдання:
Well done. Keep that up in the next tasks.
Few thinks:
- obvious commends like this in productRoutes are not recommended. Your code is understandable without it.
- try to declare variables in more modern way using let/const, var is a bit oldschool and its function scope is not necessary in most of cases