I find the named parameters feature in C# quite useful in some cases. What can I use if I want this in JavaScript? What I don’t want is this: That approach I’ve already used. Is there another way? I’m okay using any library to do this. Answer ES2015 and later In ES2015, parameter destructuring can be used to …