About performance
if a function takes only one paramater
and i pass unnecessary additional parameters would it affect the performance of just the function part of the code?
this is what im caonfused abt
i have a object, every value is a function that takes the same parameter
i want to know which way from these two would perform better
and i pass unnecessary additional parameters would it affect the performance of just the function part of the code?
this is what im caonfused abt
i have a object, every value is a function that takes the same parameter
payload except only one value that takes an additional second parameter argsi want to know which way from these two would perform better
