Skip to content

Instantly share code, notes, and snippets.

@minmaxdata
Created August 4, 2018 22:42
Show Gist options
  • Save minmaxdata/bd15cb05699be68106901bad7903e238 to your computer and use it in GitHub Desktop.
Save minmaxdata/bd15cb05699be68106901bad7903e238 to your computer and use it in GitHub Desktop.
Helper Functions
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