MCPcopy 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
29function projectNameFormater(name){
30 return name
31 .split('-')
32 .map(word => word[0].toUpperCase() + word.slice(1))
33 .join(' ');
34}

Callers 1

updateUIFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected