Test name | Executions per second |
---|---|
Native | 2027908.4 Ops/sec |
Lodash | 1015028.8 Ops/sec |
<script src="https://cdn.jsdelivr.net/npm/lodash@4.17.4/lodash.min.js"></script>
var text = "banana on the tree"
text.charAt(0).toUpperCase() + text.slice(1)
_.capitalize(text)