Help for this page

Select Code to Download


  1. or download this
    function doStuff( x, y, z ) {
        ...
        oo.x.thing = p.y.max * qq.z.min;
        ...
    }
    
  2. or download this
    function doStuff( a, b, c ) {
        ...
        oo[a].thing = pp[b].max * qq[c].min;
        ...
    }