Build a String Formatter - Step 15

Tell us what’s happening:

i couldnt get what is the error in my code and i am stuck . i don’t know where i went wrong and couldn’t find the solution as well.

Your code so far

const lowercaseWord = "camelcase";

// User Editable Region



// User Editable Region

console.log(lowercaseWord.slice(0, 5) + lowercaseWord[5].toUpperCase());

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:147.0) Gecko/20100101 Firefox/147.0

Challenge Information:

Build a String Formatter - Step 15

where is camelCasedVersion?

It looks like you may have changed the starting code in areas you were not asked to change, which will cause the tests to fail. Please click the reset button to restore the original code and try again.

image

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.