We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
for(var i = 0;;i++) { console.log(i); }
run this program,and the system memory that node.exe used will rise infinitely.it means that console.log has the problem of memory leaks. thanks.