We're a place where coders share, stay up-to-date and grow their careers.
Array(100).fill().map( (v,k) => k%2 !== 0 && console.log(k))
Discussion on: What’s your alternative solution? Challenge #2