sabreW4K3@lazysoci.al to Programmer Humor@programming.dev · 1 年前print('here1');lazysoci.alimagemessage-square45fedilinkarrow-up1796arrow-down118
arrow-up1778arrow-down1imageprint('here1');lazysoci.alsabreW4K3@lazysoci.al to Programmer Humor@programming.dev · 1 年前message-square45fedilink
minus-squarealqloe@lemmy.dbzer0.comlinkfedilinkarrow-up3·edit-21 年前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. console.trace({i, list}); // {i: 1, list: [0, 1, 2]}
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.
console.trace({i, list}); // {i: 1, list: [0, 1, 2]}