Monday, 20 April 2015

javascript console.table

console.table([{foo:"bar"}])
// prints table in console
alert(JSON.stringify(object, null, 4));
// alert object keys and values
view raw gistfile1.js hosted with ❤ by GitHub

No comments:

Post a Comment