Console Tricks
console.table( var) // format output as a table
console.time( "loop")
code to time
console.timeEmd ( "loop" ) // same btw "" as above
console.dir( element ) // to print more usefull format of an element
Created with the Personal Edition of HelpNDoc: Easily create Help documents