Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
03-evenNumber
tr00per92
Jul 15th, 2014
633
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
standard UNIX sed ported to C#
C# | 6 hours ago | 5.06 KB
EXISTENCE > TIME
1 day ago | 0.65 KB
PSY Chat
2 days ago | 1.35 KB
bs.to css 2.0
3 days ago | 5.49 KB
z66is_archive.zip.txt
4 days ago | 10.69 KB
simple mineing
Lua | 4 days ago | 5.29 KB
minecraft_cc_tweek_mineing_ws
Lua | 4 days ago | 9.70 KB
minecraft_cc_tweek_mineing
Lua | 4 days ago | 4.12 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!