JavaScript How to Print Nested Object in JavaScript? The commonly used methods for printing nested objects in JavaScript typically include three: using console.log() to print nested objects, using recursion to print nested objects, and using the JSON.stringify() method.