Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
01. Sum First and Last Array Elements
Spocoman
Jan 20th, 2022
139
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
JavaScript
0.18 KB
| None
|
0
0
raw
download
clone
embed
print
report
function
solve
(
input
)
{
console.
log
(
input
[
0
]
+
input
[
input.
length
-
1
]
)
;
}
Или
:
function
solve
(
input
)
{
console.
log
(
input.
shift
(
)
+
input.
pop
(
)
)
;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
⭐⭐⭐Exploit 500$ in 15 Minutes⭐⭐
Java | 20 sec ago | 0.09 KB
⭐⭐⭐MAKE $500 IN 15 MIN⭐⭐
Java | 51 sec ago | 0.09 KB
⭐⭐⭐MAKE $9OO INSTANTLY D G⭐⭐
Java | 1 min ago | 0.09 KB
⭐⭐⭐Exchange Exploit T 3⭐⭐
Java | 1 min ago | 0.09 KB
⭐⭐⭐MAKE $9OO INSTANTLY D G⭐⭐
Java | 2 min ago | 0.09 KB
⭐⭐⭐Swapzone.io Glitch (Working)⭐⭐
Java | 2 min ago | 0.09 KB
⭐⭐⭐MAKE $900 INSTANTLY⭐⭐
Java | 3 min ago | 0.09 KB
⭐⭐⭐Make $15OO in 2O minutesV E⭐⭐
Java | 3 min ago | 0.09 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!