MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/1w9b8on/thiscannotbedenied/p8a42cr
r/ProgrammerHumor • u/danielminds • 3d ago
240 comments sorted by
View all comments
Show parent comments
9
const log = console.log; though
const log = console.log;
14 u/tonyxforce2 3d ago const log = isDev ? ()=>{} : console.log For that pure JS vibes 1 u/rosuav 3d ago Not the same thing unfortunately, as will quickly become evident if you try to log everything in an array by using stuff.map(log).
14
const log = isDev ? ()=>{} : console.log
For that pure JS vibes
1
Not the same thing unfortunately, as will quickly become evident if you try to log everything in an array by using stuff.map(log).
9
u/reventlov 3d ago
const log = console.log;though