sabreW4K3@lazysoci.al to Programmer Humor@programming.dev · 6 months agoprint('here1');lazysoci.alimagemessage-square40fedilinkarrow-up11arrow-down10
arrow-up11arrow-down1imageprint('here1');lazysoci.alsabreW4K3@lazysoci.al to Programmer Humor@programming.dev · 6 months agomessage-square40fedilink
minus-squarealqloe@lemmy.dbzer0.comlinkfedilinkarrow-up0·6 months 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});
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.