// How to find out length of a function's parameter list const add = (x, y) => x + y console.log(`The add() function takes ${add.length} arguments`)
Last updated 5 years ago
Was this helpful?