|
|
|
|
|
by yashthakur
2958 days ago
|
|
It is just because since all the JSFiddles are on one page. All the console.log would be together in the console and it would be difficult to know which console is for which code. Hence document.write is used. Though HTML could be used but that would just increase one more tab to show useless HTML. ;) |
|