JSFiddle - React, Tailwind, and code Playground
by Allendar
JavaScript
var test = 'http://stackoverflow.com/questions/16069896/i-want-to-remove-the-last-10-characters-from-a-div-with-javascript';
console.log(test.substr(-10));
by Allendar
var test = 'http://stackoverflow.com/questions/16069896/i-want-to-remove-the-last-10-characters-from-a-div-with-javascript';
console.log(test.substr(-10));