Test Console on document (experiment).

  // Demos on end of script
  // if not invoke not show
  var num = 0;
  console.log('var test '+num)
  console.log('length test '+('hello World').length)
  var array = [1,2,'foo',('bar').length,5];
  console.log('Array test '+array);
  console.log(error_test);