Siddhi Gate

Results 1 issues of Siddhi Gate

## Handle empty values in an array ### Expected output: ``` const arr1 = [1, 2, 3, , , 6]; arr1.forEach(el => console.log(el)); // 1 2 3 6 const arr2...

bug
help wanted