Stop giving too many parameters to your functions

Here is one way you can clean up your function parameters

XOR
JavaScript in Plain English
2 min readJan 20, 2021

--

Photo by Curology on Unsplash

Function and passing values to function is something that we all do every day of out software engineering life.

This writing tries to help optimising function argument passed.

The Scenario

--

--