this post was submitted on 17 Aug 2024
704 points (95.4% liked)

Programmer Humor

32179 readers
293 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Ephera@lemmy.ml 2 points 1 month ago

I'd just like to highlight what you mention below: Logging it as an object allows you to inspect it in the browser console, presumably with some JSON tree representation, rather than just a dumb string.

It's described in the "Outputting a single object" example here: https://developer.mozilla.org/en-US/docs/Web/API/console#examples