Skip to content

Instantly share code, notes, and snippets.

@TheShubhamVsnv
Created May 12, 2024 16:56
Show Gist options
  • Save TheShubhamVsnv/a293204ccf440dc601e667b141e2b0ea to your computer and use it in GitHub Desktop.
Save TheShubhamVsnv/a293204ccf440dc601e667b141e2b0ea to your computer and use it in GitHub Desktop.
let numbers = [4, 2, 1, 3];
numbers.sort(); // Sort numbers in ascending order
numbers.reverse(); // Reverse the order of numbers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment