Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sjdev2212/mob-programming
https://github.com/sjdev2212/mob-programming
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sjdev2212/mob-programming
- Owner: sjdev2212
- Created: 2021-12-14T14:05:10.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-14T14:17:18.000Z (about 3 years ago)
- Last Synced: 2024-11-09T04:32:58.479Z (about 2 months ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mob-programming
Given a month as an integer from 1 to 12, return to which quarter of the year it belongs as an integer number.
For example: month 2 (February), is part of the first quarter; month 6 (June), is part of the second quarter; and month 11 (November), is part of the fourth quarter.