You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Good job assigning a function to each endpoint but writing the actual function outside of the route area. This helps to keep your routes clear and concise. Also, since they are function declarations, you are write the functions below where they are called due to hoisting.
The text was updated successfully, but these errors were encountered:
Good job assigning a function to each endpoint but writing the actual function outside of the route area. This helps to keep your routes clear and concise. Also, since they are function declarations, you are write the functions below where they are called due to hoisting.
The text was updated successfully, but these errors were encountered: