Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
JS - Biggest of 3 Numbers
vladovip
Dec 31st, 2021
1,083
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
JavaScript
0.18 KB
| None
|
0
0
raw
download
clone
embed
print
report
function
solve
(
num1
,
num2
,
num3
)
{
let highestValue
=
Math
.
max
(
num1
,
num2
,
num3
)
;
console.
log
(
highestValue
)
;
}
/*
Math.max(0, 150, 30, 20, -8, -200); */
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
π Free Crypto Method π π₯π₯
JavaScript | 1 min ago | 0.18 KB
βββCrypto Accountsββ
Java | 2 min ago | 0.15 KB
π΅ Crypto Swap Glitch β Easy money π₯ π¨π₯
JavaScript | 2 min ago | 0.18 KB
π΅ Crypto Swap Glitch β Easy money π₯ π¨π₯
JavaScript | 2 min ago | 0.18 KB
π INSTANT MONEY EXPLOIT π π¨π
JavaScript | 3 min ago | 0.18 KB
π₯ EASY PROFIT GUIDE β Working π₯ β π¨
JavaScript | 4 min ago | 0.18 KB
β Exploit 500$ in 10 minutes π₯ π¨π₯
JavaScript | 4 min ago | 0.18 KB
βββExploit 500$ in 15 Minutesββ
Java | 5 min ago | 0.15 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!