cm0002@sh.itjust.works to Programmer Humor@programming.dev · 6 days agoMadness or brilliancefeddit.orgexternal-linkmessage-square42linkfedilinkarrow-up1491arrow-down16
arrow-up1485arrow-down1external-linkMadness or brilliancefeddit.orgcm0002@sh.itjust.works to Programmer Humor@programming.dev · 6 days agomessage-square42linkfedilink
minus-squaremonkeyslikebananas2@lemmy.worldlinkfedilinkarrow-up6·6 days agoMeh alert(“here”); is better
minus-squareVictor@lemmy.worldlinkfedilinkarrow-up1·5 days agoNot sure why you would say that. An alert() does not show you where in the code the alert was called from. A console log would show you.
minus-squaremonkeyslikebananas2@lemmy.worldlinkfedilinkarrow-up1·4 days agoThere was a time when there was no console.log in javascript. Oh and browsers didn’t even have developer tools.
minus-squareVictor@lemmy.worldlinkfedilinkarrow-up1·4 days agoI remember those days. My comment still stands, I don’t know how your new reply explains why alert() is better in any way, shape or form. 😅
minus-squaremonkeyslikebananas2@lemmy.worldlinkfedilinkarrow-up1·edit-24 days agoOh, it’s a joke with a touch of irony. Maybe even sprinkle some sarcasm in too.
minus-squareVictor@lemmy.worldlinkfedilinkarrow-up1·4 days agoGotcha. It wasn’t clear to me but fair enough 👍
Meh
alert(“here”);
is betterNot sure why you would say that. An alert() does not show you where in the code the alert was called from. A console log would show you.
There was a time when there was no console.log in javascript. Oh and browsers didn’t even have developer tools.
I remember those days. My comment still stands, I don’t know how your new reply explains why alert() is better in any way, shape or form. 😅
Oh, it’s a joke with a touch of irony. Maybe even sprinkle some sarcasm in too.
Gotcha. It wasn’t clear to me but fair enough 👍