Skip to content

Instantly share code, notes, and snippets.

@Shakil-Shahadat
Created December 27, 2020 21:30
Show Gist options
  • Save Shakil-Shahadat/f23e29413d5aaa31c8ed1db56ec0db42 to your computer and use it in GitHub Desktop.
Save Shakil-Shahadat/f23e29413d5aaa31c8ed1db56ec0db42 to your computer and use it in GitHub Desktop.
A list of Months in JS Array
months = [ 'January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December' ];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment