Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
reverse-with-push
CR7CR7
Sep 18th, 2022
569
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
JavaScript
0.16 KB
| None
|
0
0
raw
download
clone
embed
print
report
let numbers
=
[
1
,
2
,
3
,
4
,
5
]
;
let reversed
=
[
]
;
for
(
let i
=
numbers.
length
-
1
;
i
>=
0
;
i
--
)
{
reversed.
push
(
numbers
[
i
]
)
;
}
console.
log
(
reversed
)
;
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
⭐⭐⭐Make $15OO in 2O minutesV E⭐⭐
Java | 1 sec ago | 0.10 KB
⭐⭐⭐MAKE $900 INSTANTLY⭐⭐
Java | 5 sec ago | 0.10 KB
⭐✅ MAKE $2500 IN 15 MIN⭐⭐⭐ O
JavaScript | 6 sec ago | 0.24 KB
Free Crypto Method (NEVER SEEN BEFORE)⭐⭐ C
JavaScript | 7 sec ago | 0.24 KB
⭐✅ Exploit 2500$ in 15 Minutes⭐⭐⭐ 1
JavaScript | 17 sec ago | 0.24 KB
⭐⭐⭐Profit Method⭐⭐
Java | 17 sec ago | 0.10 KB
⭐⭐⭐Instant Profit Method⭐⭐
Java | 18 sec ago | 0.10 KB
⭐✅ Swapzone Glitch ✅ Working⭐⭐⭐ G
JavaScript | 19 sec ago | 0.24 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!