Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
4. Create Array
DNNdrago
Jul 24th, 2014
86
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
text
0.18 KB
| None
|
0
0
raw
download
clone
embed
print
report
function createArray(value) {
var arr = [];
for (var i = 0; i < 20; i+=1) {
arr[i] = i * 5;
}
return arr;
}
console.log(createArray().join(', '));
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
Never Miss Sign Check
Lua | 1 min ago | 6.75 KB
โญProfit Methodโญ ๐ฅ๐ต
JavaScript | 18 min ago | 0.20 KB
๐ MAKE $2500 IN 15 MIN โ Working
JavaScript | 19 min ago | 0.22 KB
๐ฅ Exchange profit method ๐๐
JavaScript | 39 min ago | 0.20 KB
๐ Swapzone +37% glitch
JavaScript | 42 min ago | 0.22 KB
โก Crypto Swap Glitch โ Working โก ๐จ๐จ
JavaScript | 59 min ago | 0.20 KB
๐ ChangeNOW Exploit โ ๐
JavaScript | 1 hour ago | 0.20 KB
โญMake $15OO in 2O minutesโญ ๐โ
JavaScript | 1 hour ago | 0.20 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!