DEV Community

Discussion on: console.log(x): The way out

Collapse
 
leob profile image
leob

Cool and interesting, but arguably more work than adding a console.log line in your source, and a big limitation is it won't work (or maybe it will?) with transpiled/bundled code (Babel, Webpack) ... ?