4 lines
115 B
JavaScript

for (var _iterator = arr[Symbol.iterator](), _step; !(_step = _iterator.next()).done;) {
var _i = _step.value;
}