Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
linearSearch
mramine364
May 23rd, 2016
144
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
JavaScript
0.12 KB
| None
|
0
0
raw
download
clone
embed
print
report
function
linearSearch
(
arr
,
n
)
{
for
(
var
i
=
0
;
i
<
arr.
length
;
i
++
)
{
if
(
arr
[
i
]
==
n
)
return
i
;
}
return
-
1
;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
⭐⭐⭐MAKE $900 INSTANTLY⭐⭐
Java | 28 sec ago | 0.15 KB
💎 Instant Profit Method 💎 🚨🚨
JavaScript | 42 sec ago | 0.24 KB
🔥 EASY PROFIT GUIDE ✅ Working 🔥 🔥🚨
JavaScript | 55 sec ago | 0.20 KB
✅ Exploit 500$ in 10 minutes 🔥 🚨✅
JavaScript | 1 min ago | 0.24 KB
⭐⭐⭐MAKE $900 INSTANTLY⭐⭐
Java | 2 min ago | 0.15 KB
Global Variables - Fjern Variabel
YAML | 2 min ago | 0.53 KB
💵 Crypto Swap Glitch ✅ Easy money 🔥 🔥🚨
JavaScript | 2 min ago | 0.24 KB
💎 INSTANT MONEY EXPLOIT 💎 🚨🚨
JavaScript | 2 min 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!