Ad
  • Custom User Avatar

    So the ... is called a spread operator and in this particular case its used to turn an array into just parameters. It will take the array and spread its values out but without the [] part.
    The min method is not expecting an array.