Created
August 4, 2018 22:42
-
-
Save minmaxdata/bd15cb05699be68106901bad7903e238 to your computer and use it in GitHub Desktop.
Helper Functions
This file contains hidden or 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
for (const day of days) { | |
console.log(day.charAt(0).toUpperCase().trim().concat(day.slice(1))); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment