I\'m looking through the lodash docs and other Stack Overflow questions - while there are several native JavaScript ways of accomplishing this task, is there a way I can convert
Below code will work perfectly:
var str = "TITLECASE"; _.startCase(str.toLowerCase());