Posted over 2 years ago
function truncateTitle(text, wordCount = 2) { return text.split(" ").slice(0, wordCount).join(" "); } function truncateDescription(text, wordCount = 5) { return text.split(" ").slice(0, wordCount).join(" "); }
Emails a link to the owner of this listing to edit/delete this ad. The email address you enter must match the one used when this ad was posted.