UNPKG

eslint-config-alloy

Version:
6 lines (4 loc) 91 B
const arr1 = [1, 2, 3]; for (let i = 0; i < arr1.length; i++) { console.log(arr1[i]); }