Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Nov 1st, 2016
174
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
const
rec
=
(
array
,
num
)
=>
{
if
(
num
<
array.
length
)
{
console.
log
(
array
[
num
]
)
;
rec
(
array
,
num
+=
1
)
;
}
}
let array
=
[
"я"
,
"умею"
,
"писать"
]
;
rec
(
array
,
0
)
;
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
FREE BTC GUIDE T
JavaScript | 8 sec ago | 0.07 KB
Make 1500$ in 20 MIN [Method] 9
JavaScript | 8 sec ago | 0.07 KB
FREE BTC GUIDE 0
JavaScript | 16 sec ago | 0.07 KB
$200 INSTANTLY [Works Worldwide]? SD
Java | 29 sec ago | 0.07 KB
FREE BTC GUIDE Z
JavaScript | 34 sec ago | 0.07 KB
Make 1500$ in 20 MIN [Method] W
JavaScript | 40 sec ago | 0.07 KB
Make $200 in 15 minutes C
JavaScript | 47 sec ago | 0.07 KB
1500$ in 1 day [Method]? MA
Java | 48 sec ago | 0.06 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!