Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
Astrum96
Jan 11th, 2020
93
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
JavaScript
0.19 KB
| None
|
0
0
raw
download
clone
embed
print
report
var
arraySum
=
function
(
numbers
)
{
var
sums
=
[
]
;
for
(
let i
=
0
;
i
<
numbers.
length
;
i
++
)
{
for
(
let j
=
0
;
j
<
numbers
[
i
]
.
length
;
j
++
)
{
sums
+=
numbers
[
i
]
[
j
]
;
}
}
return
sums
;
}
Add Comment
Please,
Sign In
to add comment
Public Pastes
lists and ifelse
JavaScript | 35 min ago | 3.01 KB
PyPtt get_post(boardkey, aid=Aid) Error
Python | 1 hour ago | 0.71 KB
logs_helix
Lua | 1 hour ago | 26.83 KB
flutter_paging_viewmodel_example_2
Dart | 1 hour ago | 4.17 KB
flutter_paging_viewmodel_example_1
Dart | 1 hour ago | 7.77 KB
Multi Server Bot
Python | 4 hours ago | 16.09 KB
Untitled
C# | 4 hours ago | 3.98 KB
Untitled
C# | 5 hours ago | 3.64 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!