eggheadio-github / stack-overflow-copy-paste

Utility functions copy/pasted (and modified slightly) from Stack Overflow
441 stars 606 forks source link

Add array multiplier function #239

Open vinodkhandelwal opened 5 years ago

vinodkhandelwal commented 5 years ago

want to add a array multiplier function as follows -

array.map(x => x * multiplier);
kentcdodds commented 5 years ago

Sounds great :+1: