This is a straightforward solution. Just one change we need to change the var to let. Nowadays, the best practice is to use the let instead of var
Loading collection data...
This is a straightforward solution.
Just one change we need to change the var to let.
Nowadays, the best practice is to use the let instead of var