You must log in or # to comment.
All the debugging tools in the world doesn’t beat an excellent sense of intuition and putting that print statement exactly where it needs to be.
And when you need something more complex
console.log(1); […] console.log(2); […] console.log(3);