sabreW4K3@lazysoci.al to Programmer Humor@programming.dev · 1 year agoprint('here1');lazysoci.alimagemessage-square40linkfedilinkarrow-up13arrow-down10
arrow-up13arrow-down1imageprint('here1');lazysoci.alsabreW4K3@lazysoci.al to Programmer Humor@programming.dev · 1 year agomessage-square40linkfedilink
minus-squarequink@lemmy.mllinkfedilinkarrow-up0·1 year agoThat’s console.trace() for all you JS devs out there.
minus-squarealqloe@lemmy.dbzer0.comlinkfedilinkarrow-up0·1 year agoI always combine that with objects with the shorthand notation. So you always know what variable has what value without having to remember in what order you printed the variables. console.trace({i, list});
That’s
console.trace()
for all you JS devs out there.I always combine that with objects with the shorthand notation. So you always know what variable has what value without having to remember in what order you printed the variables.