want to add a array multiplier function as follows - ```javascript array.map(x => x * multiplier); ```
want to add a array multiplier function as follows -