Skip to navigation
How to capitalize the first letter of a string in JavaScript
18.09.24
``` let string = 'hello'; strig.charAt(0).toUpperCase() + string.slice(1), ```
https://attacomsian.com/blog/string-capitalize-javascript
Reply
Anonymous
Information Epoch 1758190175
Files are bags of bytes.
Home
Notebook
Contact us