779
print('here1'); (lazysoci.al)
submitted 11 months ago by [email protected] to c/[email protected]
you are viewing a single comment's thread
view the rest of the comments
[-] [email protected] 9 points 11 months ago

That's console.trace() for all you JS devs out there.

[-] [email protected] 3 points 11 months ago* (last edited 11 months 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]}
[-] [email protected] 1 points 11 months ago

I also use group and groupend to nicely collapse different logs. and table when i'm feeling funny.

this post was submitted on 02 Aug 2024
779 points (97.9% liked)

Programmer Humor

24772 readers
889 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS