Exemplo n.º 1
0
exports.max = function (){
  var l = [1,234,543,44,5555,534,6,456]
    , r = sync.max(l,value)
    
  test.equal(r,5555)
}