Created
July 22, 2018 02:19
-
-
Save MorenoMdz/b4518d9db41aa62e28df45409c90f3c6 to your computer and use it in GitHub Desktop.
ES6 Limit to 25 char display.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| p= store.description.split(' ').slice(0, 25).join(' ') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment