sprinkles
sprinkles copied to clipboard
Add $truncate() and $truncateFromCenter() to String.prototype
"The quick brown fox jumped over the lazy dog".truncate(10) // => "The qui..."
"The quick brown fox jumped over the lazy dog".truncateFromCenter(10) // => "The ...dog"