Skip to content
  • split strings

    const str: string = "a string with words";
    console.log(str.split(" "));