-
-
Save darksh3ll/3138c6c8fd4a396427d8180c005335d8 to your computer and use it in GitHub Desktop.
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
| //Desctructering | |
| console.log("Destructuring"); | |
| const arr = [12,14,2,8,6,3,1,0]; | |
| console.log(Math.min(...arr)); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment