Convert your text to use title case, while skipping over short words.
Nothing to see yet!
import { titleCase } from "https://cdn.jsdelivr.net/npm/title-case@4.3.2/+esm" export const take = [{ type: "list" }] export const make = (data) => data.map(titleCase)