Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
03-evenNumber
tr00per92
Jul 15th, 2014
561
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
JavaScript
0.13 KB
| None
|
0
0
raw
download
clone
embed
print
report
function
isEven
(
num
)
{
return
num
%
2
==
0
;
}
console.
log
(
isEven
(
3
)
)
;
console.
log
(
isEven
(
127
)
)
;
console.
log
(
isEven
(
588
)
)
;
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
Make $200 in 15 minutes 6
JavaScript | 8 sec ago | 0.08 KB
Make $200 in 15 minutes E
JavaScript | 22 sec ago | 0.08 KB
Make $200 in 15 minutes 1
JavaScript | 26 sec ago | 0.08 KB
FREE BTC GUIDE 2
JavaScript | 38 sec ago | 0.08 KB
MAKE $900 INSTANTLY O
JavaScript | 53 sec ago | 0.08 KB
MAKE $900 INSTANTLY 5
JavaScript | 1 min ago | 0.08 KB
Make 1500$ in 20 MIN [Method] K
JavaScript | 1 min ago | 0.08 KB
Make $200 in 15 minutes L
JavaScript | 1 min ago | 0.08 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!