I am working on a web api with a team and someone put this code in
params.forEach(function (item, index) { params[index] = decodeURI(item); });
What is this function achieving?
No comments:
Post a Comment