function.js 79 B

1
  1. exports.capitalize = (string) => string.replace(/^./, str => str.toUpperCase())