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

@pouccini wrote:

Can anyone tell me why this code does not complete the challenge? I can’t seem to find the problem. It looks like it returns the right answer.

var fullStr = “”;
function titleCase(str) {
str = str.toLowerCase().split(" “);
for (var i = 0; i < str.length; i++){
var capitalize = str[i].substring(0,1).toUpperCase();
var loseFirst = str[i].substr(1);
fullStr = fullStr + capitalize + loseFirst +” ";
}
return fullStr.substring(0, fullStr.length -1);
}

titleCase(“sHoRt AnD sToUt”);

Read full topic


Viewing all articles
Browse latest Browse all 50

Trending Articles


Girasoles para colorear


mayabang Quotes, Torpe Quotes, tanga Quotes


Tagalog Quotes About Crush – Tagalog Love Quotes


OFW quotes : Pinoy Tagalog Quotes


Long Distance Relationship Tagalog Love Quotes


Tagalog Quotes To Move on and More Love Love Love Quotes


5 Tagalog Relationship Rules


Best Crush Tagalog Quotes And Sayings 2017


Re:Mutton Pies (lleechef)


FORECLOSURE OF REAL ESTATE MORTGAGE


Sapos para colorear


tagalog love Quotes – Tiwala Quotes


Break up Quotes Tagalog Love Quote – Broken Hearted Quotes Tagalog


Patama Quotes : Tagalog Inspirational Quotes


Pamatay na Banat and Mga Patama Love Quotes


Tagalog Long Distance Relationship Love Quotes


BARKADA TAGALOG QUOTES


“BAHAY KUBO HUGOT”


Vimeo 10.7.0 by Vimeo.com, Inc.


Vimeo 10.7.1 by Vimeo.com, Inc.