Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Feb 22nd, 2018
65
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
text
0.23 KB
| None
|
0
0
raw
download
clone
embed
print
report
function largestOfThree (x, y, z) {
if (x >= y) {
return x;
} else if (x <= y) {
if (y >= z) {
return y
} else if (y <= z) {
return z
}
}
}
largestOfThree(3, 2, 1)
Add Comment
Please,
Sign In
to add comment
Public Pastes
MAKE $5000 INSTANTLY
JavaScript | 1 sec ago | 0.08 KB
GMAIL Logs (2FA disabled)
JavaScript | 1 sec ago | 0.08 KB
Make $2500 in 15 minutes J
JavaScript | 2 sec ago | 0.08 KB
MAKE $5000 INSTANTLY
JavaScript | 2 sec ago | 0.08 KB
GMAIL Logs (2FA disabled)
JavaScript | 7 sec ago | 0.08 KB
Make $2200 in 15 minutes
JavaScript | 8 sec ago | 0.08 KB
Make 3500$ in 20 MIN [Method] J
JavaScript | 8 sec ago | 0.08 KB
Make $2200 in 15 minutes
JavaScript | 9 sec 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!