MCPcopy 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
1619const capitalizeFirstLetter = str => (str[0] || '').toUpperCase() + str.slice(1)
1620
1621// Note: These need to be double-escaped for insertion into regexes
1622const commentStarts = {

Callers 1

onChangeNamesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected