scrapbook.qujck.com
typescript array indexes that have a value (filter empty | undefined)
data.map((e, i) => (e ? i : -1)).filter((e) => e >= 0)