Questions tagged [javascript]
The javascript tag has no summary.
1 question
4 votes
1 answer
140 views
Is print() in JavaScript solutions legitimate?
I keep coming across JavaScript solutions that use the print() function as if it behaved like console.log(). (Random example ...