Quantcast
Channel: freeCodeCamp Challenge Guide: Title Case a Sentence
Viewing all articles
Browse latest Browse all 50

freeCodeCamp Challenge Guide: Title Case a Sentence

$
0
0

@stanulilic wrote:

function titleCase(str) {
  return str.toLowerCase()
         .split(' ')
         .map(word => word[0].toUpperCase() + word.slice(1, word.length))
         .join(' ');
}

Read full topic


Viewing all articles
Browse latest Browse all 50

Trending Articles


FORTUITOUS EVENT


Pokemon para colorear


Arbol genealogico para colorear


Sapos para colorear


Christmas Patama Quotes For Everyone


Re:Mutton Pies (jameskoiman)


Hagibis (1946) by Francisco V. Coching


Re: lwIP PIC32 port - new title : CycloneTCP a new open source stack for...


Vimeo 3.18.0 by Vimeo Inc


Vimeo 11.5.1 by Vimeo.com, Inc.