kaka

Posted on March 29, 2023

Description

function truncateTitle(text, wordCount = 2) {
return text.split(" ").slice(0, wordCount).join(" ");
}

function truncateDescription(text, wordCount = 5) {
return text.split(" ").slice(0, wordCount).join(" ");
}

Last Known Location

Dublin 6

Approximate area where the item was last seen

K
Posted by kris
Report