alqloe

joined 7 months ago
[โ€“] alqloe@lemmy.dbzer0.com 11 points 1 month ago (1 children)

I put 3000 workers in each shaft and now it lags. pls fix

[โ€“] alqloe@lemmy.dbzer0.com 3 points 1 month ago* (last edited 1 month ago)

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]}