Apr 7, 2025
console.log for deeply nested objects.console.logconsole.log doesn't fully print deeply nested objects.console.log outputs an incomplete object representation.util.inspectinspect from Node's util module enhances object logging.depth: 3 allows viewing up to level D of the object.depth: 4 or Infinity reveals the entire object structure.console.dirutil.inspect, use console.dir directly.util.inspect.