MCPcopy
hub / github.com/Semantic-Org/Semantic-UI / capitalizeFirstLetter

Function capitalizeFirstLetter

examples/assets/library/iframe-content.js:90–92  ·  view source on GitHub ↗
(string)

Source from the content-addressed store, hash-verified

88 }
89
90 function capitalizeFirstLetter(string) {
91 return string.charAt(0).toUpperCase() + string.slice(1);
92 }
93
94 //Based on underscore.js
95 function throttle(func) {

Callers 2

manageTriggerEventFunction · 0.85
getMaxElementFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…