$(function () {
$("#wrapper #textelement").each(function (i) {
var limit=70;//replace the character limit you want
var check = false;
if (st.includes(" ", limit-1)) {
check = true;
}
if (len > limit && !check) {
$(this).text($(this).text().substr(0, limit) + '....');
//console.log("this");
}
else if (len > limit) {
$(this).text($(this).text().substr(0, limit-1) + '....');
//console.log("that");
}
});
});
The Future of the World Will Be Built by Leaders Who Refuse to Build Without AI
A personal dispatch from the Forbes Under 30 Summit in Phoenix, Arizona. Pierre Subeh, President of X Network and CMO of Kaloud, reflects on speaking at the Forbes Under 30 Summit 2026, sharing insigh
5 min read
Pierre Subeh
Founder & CEO of X Network