Join words into a single string with all caps
import { intoAllCaps } from 'string'intoAllCaps(['hello', 'world']) // => 'HELLO WORLD' Copy
import { intoAllCaps } from 'string'intoAllCaps(['hello', 'world']) // => 'HELLO WORLD'
Join words into a single string with all caps