js.rst
changeset 1441 67d287d2e77e
parent 1430 8d066d8806b3
child 1533 38f62ec2f1ed
equal deleted inserted replaced
1435:d8601c18d27e 1441:67d287d2e77e
    72   http://kangax.github.com/es5-compat-table/
    72   http://kangax.github.com/es5-compat-table/
    73                 ECMAScript 5 compatibility table.
    73                 ECMAScript 5 compatibility table.
    74   http://caniuse.com/use-strict
    74   http://caniuse.com/use-strict
    75                 Can I use ECMAScript 5 Strict Mode?
    75                 Can I use ECMAScript 5 Strict Mode?
    76 
    76 
       
    77 Pretty print from JavaScript.
       
    78 =============================
       
    79 
       
    80 To Web Developer console (Firefox/Chrome)::
       
    81 
       
    82    console.debug ("%o", obj);
       
    83 
    77 XML from JavaScript.
    84 XML from JavaScript.
    78 ====================
    85 ====================
    79 
    86 
    80 Powerful, standards-compliant JavaScript XML parser that is designed to help web application
    87 Powerful, standards-compliant JavaScript XML parser that is designed to help web application
    81 designers implement cross platform applications that take advantage of client-side manipulation of
    88 designers implement cross platform applications that take advantage of client-side manipulation of