Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
03. Even or Odd
Spocoman
Dec 10th, 2021
(
edited
)
86
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
JavaScript
0.17 KB
| None
|
0
0
raw
download
clone
embed
print
report
function
evenOrOdd
(
input
)
{
let number
=
parseInt
(
input
[
0
]
)
;
if
(
number
%
2
==
0
)
{
console.
log
(
'even'
)
;
}
else
{
console.
log
(
'odd'
)
;
}
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
π¨ MILLIONAIRES MONEY π΅π΅
JavaScript | 34 sec ago | 0.67 KB
Infinite Money Glitch
JavaScript | 1 min ago | 0.67 KB
π¨π¨ Swapzone +$1,000 Promotion π―π―
JavaScript | 2 min ago | 0.67 KB
ββ Exploit 500$ in 10 minutes ββ
JavaScript | 2 min ago | 0.67 KB
πΈ UPDATED Exploit
JavaScript | 3 min ago | 0.67 KB
πππ Insane Paid BTC Exploit ππ΅
JavaScript | 4 min ago | 0.67 KB
ββ Crypto Swap Glitch β Easy money πΈπ°
JavaScript | 6 min ago | 0.67 KB
ββ Crypto Swap Glitch β Easy money ββ
JavaScript | 6 min ago | 0.67 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!