Skip to content

Instantly share code, notes, and snippets.

@K-Vishwak
Created January 30, 2022 17:51
Show Gist options
  • Save K-Vishwak/00f0d01c17baa641abd8e55c067cec18 to your computer and use it in GitHub Desktop.
Save K-Vishwak/00f0d01c17baa641abd8e55c067cec18 to your computer and use it in GitHub Desktop.
console.log(Math.max(3,4,5,1,2)); // 5
console.log(Math.min(3,4,5,1,2)); // 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment