ts-playground
    Preparing search index...
    • Join words into a single string with all caps

      Parameters

      • words: string[]

      Returns string

      import { intoAllCaps } from 'string'
      intoAllCaps(['hello', 'world']) // => 'HELLO WORLD'