Skip to content

Instantly share code, notes, and snippets.

@darksh3ll
Created June 15, 2018 06:43
Show Gist options
  • Select an option

  • Save darksh3ll/99fdad25eeb27783a1bbbbf5925c440e to your computer and use it in GitHub Desktop.

Select an option

Save darksh3ll/99fdad25eeb27783a1bbbbf5925c440e to your computer and use it in GitHub Desktop.
renvoie le minimun
//Math.min
console.log("Math.Min");
//Math.min => renvoie le minimun\
console.log(Math.min(12,36,5,1));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment