I want the output displayed in webconsole using console.log in a table format is it possible to print it. For example i have two variables x and y whose values keep changing. Can i print this variables in a table in console.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Use
Make sure your output is object.
Also you can find some other console commands at firebug website http://getfirebug.com/logging
For google chrome see official docs