DEV Community

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

Collapse
 
frankwisniewski profile image
Frank Wisniewski

why console.log ?
set a breakpoint and monitor the variable in the developer tools...

Collapse
 
js_bits_bill profile image
JS Bits Bill

console.log can be more convenient - it depends on the situation and your preferred debugging workflow.