Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
2. Simple Calculations
a guest
Jul 23rd, 2014
72
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
JavaScript
0.16 KB
| None
|
0
0
raw
download
clone
embed
print
report
function
roundNumber
(
value
)
{
console.
log
(
Math
.
floor
(
value
)
)
;
console.
log
(
Math
.
round
(
value
)
)
;
}
roundNumber
(
22.7
)
;
roundNumber
(
12.3
)
;
roundNumber
(
58.7
)
;
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
✅ Make $1500 in 20 minutes
JavaScript | 2 sec ago | 0.32 KB
⭐Crypto Exchange Profit Method⭐
JavaScript | 5 sec ago | 0.32 KB
✅ MAKE $9OO INSTANTLY E
JavaScript | 5 sec ago | 0.31 KB
⭐ Free ETH Method ⭐ 8
JavaScript | 11 sec ago | 0.31 KB
⭐Crypto Exchange Profit Method⭐ I
JavaScript | 15 sec ago | 0.31 KB
✅ MAKE $900 INSTANTLY
JavaScript | 19 sec ago | 0.32 KB
✅ MAKE $9OO INSTANTLY N
JavaScript | 20 sec ago | 0.31 KB
Free Crypto Method (NEVER SEEN BEFORE)
JavaScript | 22 sec ago | 0.32 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!