Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
days in a month - js advanced
Liliana797979
Sep 14th, 2021
358
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
JavaScript
0.12 KB
| None
|
0
0
raw
download
clone
embed
print
report
function
daysInMonth
(
month
,
year
)
{
let d
=
new
Date
(
month
,
year
)
;
console.
log
(
d
)
;
}
daysInMonth
(
1
,
2012
)
;
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
✅ MAKE $12OO IN 10 MIN C
JavaScript | 25 sec ago | 0.07 KB
Make $200 in 15 minutes L
JavaScript | 1 min ago | 0.07 KB
Main gui
Lua | 1 min ago | 9.97 KB
Untitled
JavaScript | 3 min ago | 21.50 KB
FREE 500$ GIFTCARDS???? VF
Java | 6 min ago | 0.06 KB
MAKE $900 INSTANTLY X
JavaScript | 6 min ago | 0.07 KB
FREE 500$ GIFTCARDS???? VF
Java | 7 min ago | 0.06 KB
✅ MAKE $12OO IN 10 MIN W
JavaScript | 7 min ago | 0.07 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!