Converting strings into camelCased strings
While doing my homework, I encountered an exciting exercise. The goal was to write a function that changes words like "add four subtract six" into camel-cased "addFourSubtractSix".
That is: removes all spaces, and each word besides the first one beco...
julia.hashnode.dev3 min read