const MULTIPLIER = 5; for (var i in arr) { console.log(arr[i] * MULTIPLIER); }