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