Join words into a single string with train case
import { intoTrainCase } from 'string'intoTrainCase(['hello', 'world']) // => 'Hello-World' Copy
import { intoTrainCase } from 'string'intoTrainCase(['hello', 'world']) // => 'Hello-World'
Join words into a single string with train case