Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codecombat/codecombat
/ capitalizeFirstLetter
Function
capitalizeFirstLetter
app/core/utils.js:1619–1619 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1617
}
1618
1619
const
capitalizeFirstLetter = str => (str[0] ||
''
).toUpperCase() + str.slice(1)
1620
1621
// Note: These need to be double-escaped for insertion into regexes
1622
const
commentStarts = {
Callers
1
onChangeNames
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected