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
Once you start approaching 3+ function arguments, consider putting them into a singular object instead, and passing that object. That keeps your code more concise.
QuestionsAndAnswersAPI/server/controllers/controller.js
Line 22 in 9e8ff4f
Once you start approaching 3+ function arguments, consider putting them into a singular object instead, and passing that object. That keeps your code more concise.