JSFiddle - React, Tailwind, and code Playground

by leongaban

JavaScript

var title = "This is your title";

var shortText = jQuery.trim(title).substring(0, 10)
    .split(" ").slice(0, -1).join(" ") + "...";

alert(shortText );