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

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

Latest Images

Trending Articles


Ka longiing longsem kaba skhem bad kaba khlain ka pynlong kein ia ka...


Sapos para colorear


Patama Quotes – Tanga love tagalog quotes


Letting Go Quotes


Re:Mutton Pies (lleechef)


FORECLOSURE OF REAL ESTATE MORTGAGE


Vimeo Create - Video Maker & Editor 1.5.2 by Vimeo Inc


Vimeo 10.7.1 by Vimeo.com, Inc.


Vimeo 11.6.1 by Vimeo.com, Inc.


Doodle Jump 3.11.34 by Lima Sky LLC


Vimeo 11.6.0 by Vimeo.com, Inc.


Long Distance Relationship Tagalog Love Quotes


Tagalog God Quotes to inspire you


Love with Heart Breaking Quotes


RE: Mutton Pies (frankie241)


Hato lada ym dei namar ka jingpyrshah jong U JJM Nichols Roy (Bah Joy) ngin...


Vimeo 10.7.0 by Vimeo.com, Inc.


UPDATE SC IDOL: TWO BECOME ONE


Vimeo 11.8.1 by Vimeo.com, Inc.


Doodle Jump 3.11.35 by Lima Sky LLC



Latest Images