write in the Safari javascript console

If you’ve to debug some script in Safari, and you’d wish to write into the javascript console, the simple advice is to use the same code as in Firefox.

console.log(object);

That’s all.

Leave a Reply

Your email address will not be published. Required fields are marked *