function min () {
  let args = arguments
  let result = undefined
  for (let i = 0, len = args.length; i < len; i++) {
    let val = args[ i ]