DEV Community

Discussion on: Easy console.log() inside one liner functions

Collapse
 
darkwiiplayer profile image
𒎏Wii 🏳️‍⚧️

Yep, you can easily test this in the dev tools with [1, 2, 3].map(console.log) and it retuns an array of undefined