Documentation
Usage
assemble

assemble

Combine the Korean sentences and characters in the array received as input according to Korean language rules.

function assemble(
  // An array containing Korean characters and sentences.
  words: string[]
): string

Demo