Search notes:

Browser Object Model: console.table()

<html>
<head>
  <meta charset="utf8">

<title>console.table</title>

<script type="text/JavaScript">
<!--

function main() {

  var abc = [
    {foo: 'one', bar: 'two', baz: 'three'            },
    {foo: '111', bar: '222', baz: '33333', qux: '444'},
    {foo: '*'  , bar: '!'  , baz: '?'                }
  ];

  // Does it even work in FF. Chrome seems OK.
  console.table(abc);

}

//-->

</script>
</head>
<body onload='main()'>


</body>
</html>
Github repository Browser-Object-Model, path: /console/table.html

See also

console, console.log()

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/developm...', 1758207103, '216.73.216.150', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/web/browser/object-model/console/table(68): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78