Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
inArray()
a guest
Apr 21st, 2017
1,223
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
inArray
(
needle
,
haystack
)
{
var
length
=
haystack.
length
;
for
(
var
i
=
0
;
i
<
length
;
i
++
)
{
if
(
haystack
[
i
]
==
needle
)
return
true
;
}
return
false
;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
⭐ Instant Profit Method ⭐
JavaScript | 2 sec ago | 0.32 KB
✅ MAKE $500 IN 15 MIN
JavaScript | 7 sec ago | 0.32 KB
Swapzone Glitch ⭐Working⭐
JavaScript | 13 sec ago | 0.32 KB
⭐Crypto Exchange Profit Method⭐
JavaScript | 22 sec ago | 0.32 KB
⭐ Free ETH Method ⭐
JavaScript | 27 sec ago | 0.32 KB
Profit Method
JavaScript | 32 sec ago | 0.32 KB
✅ MAKE $900 INSTANTLY
JavaScript | 37 sec ago | 0.32 KB
Swapzone Glitch (Working) 5
JavaScript | 45 sec ago | 0.32 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!