Skip to main content
Stack Overflow
  1. About
  2. For Teams

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

Reverse array NOT using reverse

I am looking for a way to get my array to create a new array, with numbers in reverse without using the reverse method.

e.g.

let numbers = [1, 2, 3]
console.log(reverse(numbers))

should return "[3, 2, 1]".

Thanks

Answer*

Draft saved
Draft discarded
Cancel

lang-js

AltStyle によって変換されたページ (->オリジナル) /