js.rst
changeset 2241 538e4cd252c9
parent 2228 837f1337c59b
child 2242 1921c2a985c9
equal deleted inserted replaced
2240:1a134a5d929f 2241:538e4cd252c9
    91 http://kangax.github.io/compat-table/es7/
    91 http://kangax.github.io/compat-table/es7/
    92   ECMAScript 7 compatibility table.
    92   ECMAScript 7 compatibility table.
    93 http://caniuse.com/use-strict
    93 http://caniuse.com/use-strict
    94   Can I use ECMAScript 5 Strict Mode?
    94   Can I use ECMAScript 5 Strict Mode?
    95 
    95 
       
    96 Level of feature support in JS engines
       
    97 ======================================
       
    98 
       
    99 http://node.green/
       
   100   Node.js features.
       
   101 https://fhinkel.rocks/six-speed/
       
   102   Performance of ES6 features relative to the ES5 baseline operations.
       
   103 
    96 Pretty print from JavaScript.
   104 Pretty print from JavaScript.
    97 =============================
   105 =============================
    98 ::
   106 ::
    99 
   107 
   100   console.debug("%o", obj);
   108   console.debug("%o", obj);