Skip to content

Instantly share code, notes, and snippets.

@lelouchB
Created July 21, 2019 07:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lelouchB/de88c6f4f2d570eb0525a9b9153d1544 to your computer and use it in GitHub Desktop.
Save lelouchB/de88c6f4f2d570eb0525a9b9153d1544 to your computer and use it in GitHub Desktop.
const num = [1,2,3,4,5,6]
const reverseNum = num.reverse()
console.log(reverseNum) //[ 6, 5, 4, 3, 2, 1 ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment