pastebin
Add a new paste
View all pastes
Change language
Dutch
English
French
Russian
menu
URL Shortener
Multiple URL shortener
browser info
Whois IP and domain lookup
Capture a Website screenshot
Disqus Chatroom
Registration
pastebin
Paste Search Dynamic
Recent pastes
version from size t to intptr
4 hours ago
Gold iptv
5 hours ago
Adambrooks
5 hours ago
my input
9 hours ago
default rule set
9 hours ago
printArray
9 hours ago
default deny
9 hours ago
section data
9 hours ago
default assert
9 hours ago
from urllib2 import Request
9 hours ago
multiplyArrayElement
var
numbers =
[
36
,
22
,
16
,
8
]
;
function
multiplyArrayElement
(
num
)
{
return
num * document.
getElementById
(
"multiplyWith"
)
.
value
;
}
function
myFunction
(
)
{
document.
getElementById
(
"test"
)
.
innerHTML
= numbers.
map
(
multiplyArrayElement
)
;
}
Parsed in 0.004 seconds