/ Published in: JavaScript
If you're front-end, it's a hassle to check values and stuff. If you want to skip addons and such, this functions console.log's what you want
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
function trace(str) { try { console.log(str); } catch(e) { } }