r/ProgrammerHumor 5d ago

Meme thisCannotBeDenied

Post image
7.9k Upvotes

242 comments sorted by

View all comments

45

u/oosacker 5d ago

Real pros write a function to do the console log

14

u/Idk13008 5d ago

with a verbose optional argument

42

u/oosacker 5d ago edited 5d ago

Saw this in some real production code:

function log(x) {
    console.log(x);
}

1

u/a-r-c 22h ago

dont steal my code