2014-10-18 15:42:36 +11:00

6 lines
99 B
JavaScript

"use strict";
for (var _i in arr) {
var _MULTIPLIER = 5;
console.log(arr[_i] * _MULTIPLIER);
}