Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AyushSaini00/60minuteJavaScript
/ projectNameFormater
Function
projectNameFormater
mainApp.js:29–34 ·
view source on GitHub ↗
(name)
Source
from the content-addressed store, hash-verified
27
}
28
29
function
projectNameFormater(name){
30
return
name
31
.split(
'-'
)
32
.map(word => word[0].toUpperCase() + word.slice(1))
33
.join(
' '
);
34
}
Callers
1
updateUI
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected