CAPITALIZE THE STRING WITHIN THE FUNCTION

Asked

Viewed 19 times

0

I need to solve an exercise and can’t find a solution. I’m learning Javascript yet.

function capitalize(word){
    return 
}

I need to capitalize the word inserted in the word variable, but I can’t imagine how to do this, please help me

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.