F12 Refresh – The JavaScript Console

One of the new features in the F12 refresh is some updates to the JavaScript console so let’s have a look at those updates.
console.logI’ve previously complained about how the console.log method in IE doesn’t like it when you pass an …


This content originally appeared on Posts on LINQ to Fail and was authored by Posts on LINQ to Fail

One of the new features in the F12 refresh is some updates to the JavaScript console so let’s have a look at those updates. console.logI’ve previously complained about how the console.log method in IE doesn’t like it when you pass an object to it, it just outputs [object Object] meaning it just executed a toString on the object. I can happily confirm that this has been fixed! When you pass an object, multiple objects or formatted strings it operates as it does in the other browser dev tools.


This content originally appeared on Posts on LINQ to Fail and was authored by Posts on LINQ to Fail


Print Share Comment Cite Upload Translate Updates
APA

Posts on LINQ to Fail | Sciencx (2014-04-03T00:00:00+00:00) F12 Refresh – The JavaScript Console. Retrieved from https://www.scien.cx/2014/04/03/f12-refresh-the-javascript-console/

MLA
" » F12 Refresh – The JavaScript Console." Posts on LINQ to Fail | Sciencx - Thursday April 3, 2014, https://www.scien.cx/2014/04/03/f12-refresh-the-javascript-console/
HARVARD
Posts on LINQ to Fail | Sciencx Thursday April 3, 2014 » F12 Refresh – The JavaScript Console., viewed ,<https://www.scien.cx/2014/04/03/f12-refresh-the-javascript-console/>
VANCOUVER
Posts on LINQ to Fail | Sciencx - » F12 Refresh – The JavaScript Console. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2014/04/03/f12-refresh-the-javascript-console/
CHICAGO
" » F12 Refresh – The JavaScript Console." Posts on LINQ to Fail | Sciencx - Accessed . https://www.scien.cx/2014/04/03/f12-refresh-the-javascript-console/
IEEE
" » F12 Refresh – The JavaScript Console." Posts on LINQ to Fail | Sciencx [Online]. Available: https://www.scien.cx/2014/04/03/f12-refresh-the-javascript-console/. [Accessed: ]
rf:citation
» F12 Refresh – The JavaScript Console | Posts on LINQ to Fail | Sciencx | https://www.scien.cx/2014/04/03/f12-refresh-the-javascript-console/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.