-
-
Save darksh3ll/99fdad25eeb27783a1bbbbf5925c440e to your computer and use it in GitHub Desktop.
renvoie le minimun
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //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