stack-overflow-copy-paste
stack-overflow-copy-paste copied to clipboard
Add array multiplier function
want to add a array multiplier function as follows -
array.map(x => x * multiplier);
Sounds great :+1: