Skip to content

Instantly share code, notes, and snippets.

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

  • Save darksh3ll/3138c6c8fd4a396427d8180c005335d8 to your computer and use it in GitHub Desktop.

Select an option

Save darksh3ll/3138c6c8fd4a396427d8180c005335d8 to your computer and use it in GitHub Desktop.
//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