-
-
Save seripap/9eb809268eb8026abd9f to your computer and use it in GitHub Desktop.
JavaScript JS month names arrays
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var month= ["January","February","March","April","May","June","July", | |
"August","September","October","November","December"]; | |
var month = ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul","Aug", "Sep", "Oct", "Nov", "Dec"]; | |
//used with date.getMonth() |
Thanks, dude!
can't it be a
const
instead?
Yes it can be!
Thanks :)
Thanks, I was too lazy for this. :)
its been fun, but alas i must unsuscribe
Really useful man! Work smarter not harder!
ty for my 5 minutes
Thank you
thank bro
Thank you!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks, man. I was lazy to type this out.